LabVIEWModule.FindVIUrlUsingVIPath
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
LabVIEWModule.FindVIUrlUsingVIPath
Syntax
LabVIEWModule.FindVIUrlUsingVIPath( pathToUse, viUrl)
Return Value
Returns a value that indicates whether TestStand successfully found a URL for the VI.
Purpose
Obtains the VI URL by finding an absolute VI path match in the LabVIEW project you select. If TestStand cannot find a match, the viUrl parameter is empty.
Parameters
pathToUse As LabVIEWProjectPathTypes
[In] Pass LVProjectPathType_Remote to use the value of the LabVIEWModule.RemoteProjectPath property. Pass LVProjectPathType_Local to use the value of the LabVIEWModule.ProjectPath property.
viUrl As String
[Out] Returns the VI URL path in the LabVIEW project you select.