Query User Defined Attributes in User Elements
- Last UpdatedDec 20, 2021
- 1 minute read
Querying the attributes of an element will return the User Defined Attribute (UDA) name followed by its value(s). The UDAs appear at the end of the attribute list, each UDA name being preceded by a colon.
UDAs can be queried individually by a command such as:
Q :UDA1
(the value(s) of the UDA will be returned).
For array UDAs, individual array values may be queried by commands such as:
Q :UDA [1] Query array value 1
The UDA definition may be queried using a command such as:
Q UDADEF :UDA1
The UDA name, length, description, minimum abbreviation length, defaults, units and list of valid element types will be output.