LabVIEWModule.ConvertToStandardVI
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
LabVIEWModule.ConvertToStandardVI
Syntax
LabVIEWModule.ConvertToStandardVI( newVIPath, options)
Return Value
Purpose
Converts a LabVIEW step configured with an embedded VI to a standard VI call by detaching the embedded VI from the code module, creating a standard VI on disk that contains the previously embedded VI, and reconfiguring the step to call the new VI in a standard VI call.
Parameters
newVIPath As String
[In] Specifies the file path for the new VI to create on disk.
options As Long
[In] Reserved for future use.