LabVIEWCallTypes

Use these constants with the LabVIEWModule.CallType property to specify the type of call the LabVIEW module executes.

  • LVCallType_Class_Member_Call –(Value: 1) Indicates that the VI code module calls a LabVIEW class member VI with dynamic dispatching enabled.
  • LVCallType_Property_Node_Call –(Value: 2) Indicates that the VI code module calls a LabVIEW Property Node.
  • LVCallType_VI_Call –(Value: 0) Indicates that the VI code module calls a VI without LabVIEW dynamic dispatching.

See Also

Effectively Using LabVIEW with TestStand

LabVIEWModule.CallType