Get VI Information
- Updated2025-07-30
- 4 minute(s) read
Retrieves VI information from the data type stored in variant. To obtain the connector pane data type, read the Connector Pane:DataType property of the VI class in VI Server. This VI returns an error if variant does not contain a connector pane data type.

Inputs/Outputs
variant
—
variant specifies the variant data from which you want to retrieve data type information.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
thrall info
—
thrall info returns the thrall information for each input and output in the VI. A LabVIEW class output is thralled to a LabVIEW class input if LabVIEW determines that the output data type is the same as the input data type. If, at run time, LabVIEW detects that an output is the same class as, or is a child class of, an input, LabVIEW can downcast the LabVIEW class output so that the output data type is the same as the input data type.
VI info
—
VI info returns the attributes related to the connector pane and other settings of the VI.
VI terminal types
—
VI terminal types returns the data types of the terminals in the VI.
error out
—
error out contains error information. This output provides standard error out functionality. |
variant
—
error in (no error)
—
thrall info
—
Thralls
—
VI info
—
Connector Pane Pattern
—
Flags
—
Modification Date
—
Asynchronous
—
VI terminal types
—
error out
—