LabVIEWNXGModuleCallOptions
- Updated2025-07-21
- 1 minute(s) read
LabVIEWNXGModuleCallOptions
Use the following constants with the LabVIEWNXGModule.VICallOptions method to get or set options for calling the VI for the module. Use the bitwise-AND operator to determine whether either of these flags are set when obtaining the property value. Use the bitwise-OR operator to set both flags when setting the property value.
- LabVIEWNXGModuleCallOption_BringFrontPaneltoFront –(Value: 8) Specifies to display the front panel of the loaded VI as a dialog box that is in front of TestStand's main window.
- LabVIEWNXGModuleCallOption_MakeFrontPanelModal –(Value: 4) Specifies to display the front panel of the loaded VI as a dialog box that is modal to TestStand's main window.
- LabVIEWNXGModuleCallOption_None –(Value: 0) Specifies no options when executing the VI of the module.
- LabVIEWNXGModuleCallOption_ReserveforExecution –(Value: 1) Specifies to reserve the loaded VI of the module before execution.
- LabVIEWNXGModuleCallOption_RunInRuntimeEngine –(Value: 2) Specifies to run the loaded VI in the LabVIEW NXG run-time engine.