List of symbols in substitution parameters
- Last UpdatedDec 18, 2024
- 1 minute read
- PI System
- PI Server 2018
- PI Server
Use the symbols in the following table to build a substitution parameter.
|
Symbol |
Description |
Examples |
|---|---|---|
|
%…% |
Considers the expression as a substitution parameter. |
|
|
. |
Current element or attribute. Use .\ to navigate down from current element. Use .| to navigate to child attributes of the current attribute. |
|
|
.. |
Navigates a level up. |
|
|
\ |
Separates components of a path, except attributes. |
|
|
| |
Separates attributes in a path. |
|
|
@ |
References the value of the object instead of its name. Note: Only PI point data references use attribute value substitution syntax. Other data references, such as formula, table lookup, and String Builder have a simpler syntax for referencing attribute values. |
|