PrintVIToText Method
Installed With: Base Package
Class: VI Methods (ActiveX)
Saves the VI information to a text file. You cannot save the icon, connector pane, front panel, block diagram, subVI icons, and VI hierarchy to text.
Syntax
object.PrintVIToText(textFilePath, [append], [format])
Parameters
Name | Type | Description | ||
---|---|---|---|---|
textFilePath | String | Path to the text file in which you want to save the VI information. The directory in which you want to save the file must already exist, and you must specify a full path including the text filename. | ||
append | Boolean | Specifies whether the new information will be appended to an existing file. The default is FALSE. | ||
format | PrintFormatEnum | Specifies which VI information to print and the format of the printout. You can select from eCustom, eStandard, eUsingPanel, eUsingSubVI, or eComplete.
|
Return Value
none