ZY_X
About the function
Gets the result X from an XYZ-attribute with input series Z and Y. An XYZ-attribute is a table in three dimensions defined on a Mesh object, e.g. a gate capacity table.
Syntax
- ZY_X(t,t,s)
Description
# | Type | Description |
---|---|---|
1 | t | Source time series for the Z values. |
2 | t | Source time series for the Y 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 reservoir level:
## = @ZY_X(@t(‘.gate_opening’), @t(‘.gate_discharge’),’.gate_capacity_table’)