LabVIEWModule.VIType
- Updated2025-07-21
- 1 minute(s) read
LabVIEWModule.VIType
Syntax
LabVIEWModule.VIType
Data Type
Use the following constants with this data type:
- LVVIType_Express –(Value: 1) Indicates that the VI module calls an Express VI.
- LVVIType_Standard –(Value: 0) Indicates that the VI module calls a standard VI.
Purpose
Specifies the type of VI the module is calling.
Remarks
If you set LabVIEWVITypes to LVVIType_Express, you need to call ImportVI to import the Express VI you want to call.