LabVIEWModule.ExportVI
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
LabVIEWModule.ExportVI
Syntax
LabVIEWModule.ExportVI( pathString, options = 0)
Purpose
Exports the embedded VI of the module to a file. Use this function to generate a wrapper VI for a step that you configured to use an Express VI or a LabVIEW Property Node call.
Remarks
To import a VI, call the LabVIEWModule.ImportVI method.
Parameters
pathString As String
[In/Out] Specifies an existing directory path with a trailing slash or an empty string. This method returns the full path of the exported VI. The VI filename is generated using the ID of the parent step of the module. If an existing directory path is passed, the VI is exported to the given directory. If an empty string is passed, then the VI is exported to a temporary file. The temporary file is deleted when the TestStand Engine shuts down.
options As Long
[In] Reserved for future use. Pass 0 .
This parameter has a default value of 0 .