LabVIEWModule.GetProjectUrlPathsForVIs
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
LabVIEWModule.GetProjectUrlPathsForVIs
Syntax
LabVIEWModule.GetProjectUrlPathsForVIs( pathToUse, items)
Purpose
Obtains a list of URL paths for the VIs in the LabVIEW project you select. If TestStand cannot find the LabVIEW project, this list 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.
items As String Array
[Out] Returns the list of URL paths for the VIs in the LabVIEW project you select.