Get Channel Information
- Updated2025-07-30
- 2 minute(s) read
Retrieves channel information from the data type stored in variant. This VI returns an error if variant does not contain a channel.

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