LabVIEWModule.ConvertExpressVIToStandardVI

Syntax

LabVIEWModule.ConvertExpressVIToStandardVI( newVIPath)

Return Value

Boolean

Returns a value that indicates whether TestStand successfully converted the Express VI to a standard VI.

Purpose

Converts an Express VI to a standard VI by detaching the Express VI from the module, creating a standard VI on disk that calls the Express VI, and reconfigures the module to call the new VI.

Remarks

This method overwrites an existing VI file without prompting.

Parameters

newVIPath As String

[In] Specifies a string containing the absolute pathname of the new VI to create.

See Also

LabVIEWModule.VIAttached

LabVIEWModule.VIPath

LabVIEWModule.VIType