LabVIEWModule.GetVIAbsolutePathEx

Syntax

LabVIEWModule.GetVIAbsolutePathEx( propertyValue, viAbsolutePath)

Return Value

Boolean

Returns True if TestStand finds the file.

Purpose

Obtains the absolute path of the VI configured in the step.

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.

viAbsolutePath As String

[Out] Returns the absolute path of the VI. If TestStand does not find the VI, this parameter returns an empty string.