LabVIEWModule.GetClassAbsolutePath
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
LabVIEWModule.GetClassAbsolutePath
Syntax
LabVIEWModule.GetClassAbsolutePath( classAbsolutePath)
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
classAbsolutePath As String
[Out] Returns the absolute path of the LabVIEW class. If TestStand does not find the class, this parameter returns an empty string.