LabVIEWModuleCallOptions
- Updated2025-07-21
- 1 minute(s) read
LabVIEWModuleCallOptions
Use the following constants with the LabVIEWModule.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.
- LVModuleOptions_AutoDetectLVRT –(Value: 0x2) Specifies to automatically detect the version of the LabVIEW Run-Time server to call when executing the VI of the module.
- LVModuleOptions_ShowFrontPanel –(Value: 0x1) Specifies to activate the front panel of the VI of the module when called.