LabVIEWModule.FindClassUrlUsingClassPathEx
- 更新日2025-07-21
- 1分で読める
LabVIEWModule.FindClassUrlUsingClassPathEx
Syntax
LabVIEWModule.FindClassUrlUsingClassPathEx( propertyValue, sourceClassUrl)
Return Value
Returns True if TestStand successfully finds a URL for the LabVIEW class.
Purpose
Obtains the URL of the LabVIEW class by finding a match for the absolute path of the class in the LabVIEW project you select. If TestStand cannot find a match, the classUrl parameter is empty.
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.
sourceClassUrl As String
[Out] Returns the LabVIEW class URL path in the LabVIEW project you select.