LabVIEWModule.GetClassAbsolutePathEx
- 更新时间2025-07-21
- 阅读时长1分钟
LabVIEWModule.GetClassAbsolutePathEx
Syntax
LabVIEWModule.GetClassAbsolutePathEx( propertyValue, sourceClassAbsolutePath)
Return Value
Returns True if TestStand finds the file.
Purpose
Obtains the absolute path of the LabVIEW class. If the code module uses a LabVIEW project path, TestStand uses the URL the LabVIEWModule.ClassPath property defines and the LabVIEW project to determine the absolute path of the LabVIEW class.
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.
sourceClassAbsolutePath As String
[Out] Returns the absolute path of the LabVIEW class. If TestStand does not find the class, this parameter returns an empty string.