LabVIEWModule.GetClassAbsolutePath
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
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.