LabVIEWModule.ConvertToStandardVI
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
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.