Codes for product, property, and component data
- Last UpdatedFeb 28, 2025
- 1 minute read
To obtain product, property or component data properties of Stream, Process, Node or Tank objects, the function call must specify three things:
-
The object’s name.
-
An object property (Product, Property or Component).
-
The product, property or component name.
The product, property or component name appears in the function call right after the object property, with a semicolon separator.
Products
Examples of functions that reference products:
-
Stream(FL1;Product;NAPHTHA)
-
Tank(TK1;Product;NAPHTHA)
Properties
Examples of functions that reference properties:
-
Stream(FL1;Property;SPGR)
-
Tank(TK1;Property;SPGR)
-
Process(PR1;Property;COT)
-
Node(NO1;Property;COT)
Components
Examples of functions that reference components:
-
Stream(FL1;Component;N2)
-
Tank(TK1;Component;C5)