Get User-Defined Tag Information
- Updated2025-07-30
- 2 minute(s) read
Retrieves user-defined tag information from the data type stored in variant. This VI returns an error if variant does not contain a user-defined tag.
A user-defined tag is a data type for system resources. A user-defined tag is allocated in a static manner when a VI begins execution.

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.
class name
—
class name returns the class name of the user-defined tag stored in variant. For example, a RIO Device returns a class name of nirioResource.
user data
—
user data returns the internal information included with the user-defined tag stored in variant.
error out
—
error out contains error information. This output provides standard error out functionality. |
variant
—
error in (no error)
—
class name
—
user data
—
error out
—