Application class/Class Operator.Get method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 7E8
Scope VI Scripting
Data Name Class Operator.Get
Short Name* Class Operator.Get
Long Name* Class Operator:Get
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type Boolean data type

Boolean

Invoke Node Class Operator:Get
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedNo

Gets the operator VI associated with the specified class. Returns FALSE if it does not find the operator VI.

Parameters

Data type Name Required Description
Boolean Class Operator:Get Yes. Return value.
String Class Name Yes The class of the operator VI.
String Operator Name Yes Name of the operator VI.
VI Refnum VI Reference Yes The reference to the operator VI.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links