PITagAtt()
- Last UpdatedNov 21, 2022
- 1 minute read
- PI System
- PI DataLink 2023 SP1
- Visualization
Returns a property value associated with a specified data item.
Syntax
PITagAtt(DataItem, Property, RootPath)
Arguments
|
Argument |
Type |
Description |
|---|---|---|
|
DataItem |
String |
The PI point name or PI AF attribute name for which the function returns a value. Specify a range of cells that contain PI point names or PI AF attribute names to return a value for each. |
|
Property |
String |
The PI point attribute or PI AF attribute property for which the function returns the value. |
|
RootPath |
String |
The path to the data item. See Data items. |
Example
=PITagAtt(d1,"uom","")
Returns the engineering units for the PI point specified in cell D1 from the default Data Archive server.