LabVIEWModule.VIType
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
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.