LabVIEWModule.GetVIAbsolutePathEx
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
LabVIEWModule.GetVIAbsolutePathEx
Syntax
LabVIEWModule.GetVIAbsolutePathEx( propertyValue, viAbsolutePath)
Return Value
Returns True if TestStand finds the file.
Purpose
Obtains the absolute path of the VI configured in the step.
Parameters
propertyValue As LabVIEWModuleOverrideTypes
[In] Use the following constants with this data type:
- LabVIEWOverrideType_Default - (Value: 0) Indicates to use the VI specified in the step.
- LabVIEWOverrideType_PPL - (Value: 1) Indicates to use the VI specified in the packed project library configured in the Override Module Settings window.
viAbsolutePath As String
[Out] Returns the absolute path of the VI. If TestStand does not find the VI, this parameter returns an empty string.