LabVIEWModule.FindVIUrlUsingVIPathEx

Syntax

LabVIEWModule.FindVIUrlUsingVIPathEx( propertyValue, pathToUse, viUrl)

Return Value

Boolean

Returns a value that indicates whether TestStand successfully found a URL for the VI in the project.

Purpose

Obtains the URL of the VI by finding a match for the absolute path of the VI in the LabVIEW project you select. If TestStand cannot find a match, the viUrl 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.

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.