Generic class/Class Operator.Call method

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

Boolean

Invoke Node Class Operator:Call
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedNo
Settable when the VI is runningYes

Calls the VI associated with the Operator Name, on the object. Returns FALSE if no operator VI is associated with the class of the object.

Parameters

Data type Name Required Description
Boolean Class Operator:Call Yes. Return value.
String Operator Name Yes Name of the operator VI.
LV VariantLV Variant Context Data Yes Context data.

Uses

History

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

See Also

External Links