Get Type Information VI

Owning Palette: Data Type Parsing VIs

Requires: Base Development System

Retrieves data type information from the data type stored in variant.

 Add to the block diagram  Find on the palette
variant specifies the variant data from which you want to retrieve data type information.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
type returns the data type stored in variant.
name returns the name of the data type stored in variant.
type definition returns TRUE when the data type stored in variant is an instance of a type definition.
Note  To determine whether the data type in Variant is an instance of a type definition or contains a data type which is an instance of a type definition, you also can use the Is or Contains Type Definition VI.
error out contains error information. This output provides standard error out functionality.
type definition info returns the type definition information only if type definition is TRUE.
Name returns the name of the type definition.
Timestamp returns the timestamp of the last edit to the .ctl file if the data type stored in Variant is an instance of a strict type definition. Otherwise, Timestamp returns 0.