LabVIEWModule.ConvertExpressVIToStandardVI
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
LabVIEWModule.ConvertExpressVIToStandardVI
Syntax
LabVIEWModule.ConvertExpressVIToStandardVI( newVIPath)
Return Value
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.