Metadata Functions
Metadata functions retrieve configuration and descriptive information for data variables, including names, descriptions, data types, engineering units, ranges, and source information.
Function Reference:
|
Function |
Name |
Description |
Format |
Returned Value |
|---|---|---|---|---|
|
tagname |
Name |
Returns the configured name of a data variable. |
|
String |
|
tagdname |
Display Name |
Returns the configured display name of a data variable. |
|
String |
|
tagdesc |
Description |
Returns the configured description of a data variable. |
|
String |
|
tagvaltype |
Value Type |
Returns the configured value type identifier. |
|
Integer |
|
tagtype |
Variable Type |
Returns the configured variable type identifier. |
|
Integer |
|
tagunits |
Engineering Units |
Returns the configured engineering units. |
|
String |
|
taghighval |
High Range |
Returns the configured high range value. |
|
Double |
|
taglowval |
Low Range |
Returns the configured low range value. |
|
Double |
|
tagsource |
Source |
Returns the configured source data point name. |
|
String |