Get Channel Information VI

Owning Palette: Data Type Parsing VIs

Requires: Base Development System

Retrieves channel information from the data type stored in variant. This VI returns an error if variant does not contain a channel.

 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.
forkable returns whether the channel allows multiple writers or multiple readers.
channel? returns whether variant contains a channel. If channel? is FALSE, this VI returns an error.
template name returns the name of the template that the channel uses.
element type returns the data type of the element that the channel carries.
error out contains error information. This output provides standard error out functionality.