Complete the following steps to retrieve an attribute(s) from variant data.
Select the Get Variant Attribute function on the Functions»Advanced»Data Manipulation»Variant palette.
Wire variant data to the variant input of the Get Variant Attribute function.
To retrieve all the attribute names, leave the name input of the Get Variant Attribute function unwired. Right-click the names output and select Create»Indicator from the shortcut menu.
To retrieve a specific attribute, enter the name of the attribute in the name input of the Get Variant Attribute function. Right-click the names output and select Create»Indicator from the shortcut menu.
Right-click the values output of the Get Variant Attribute function and select Create»Indicator from the shortcut menu to retrieve the values associated with each attribute.
Run the VI.
The name(s) of the attribute(s) appears in the names array indicator on the front panel. The associated values appear in the values variant array indicator, which you then can convert for use in VIs and functions.