ZX_Y
About the function
Gets the result Y from an XYZ-attribute with input series Z and X. An XYZ-attribute is a table in three dimensions defined on a Mesh object, e.g. a gate capacity table.
Syntax
- ZX_Y(t,t,s)
Description
# | Type | Description |
---|---|---|
1 | t | Source time series for the Z values. |
2 | t | Source time series for the X values. |
3 | s | Search string for the XYZ attribute to use in the conversion. If this attribute is located on the:
Tip! The prefix is removed before using the search string. |
This function uses the same principles as CONVERT_VOLUME for setting up necessary attributes in Mesh Configurator.
Example
This function returns the gate discharge:
## = @ZX_Y(@t(‘.gate_opening’), @t(‘.reservoir_level’),’.gate_capacity_table’)