Var#
module wntr.sim.aml.expr
- class Var[source]#
Bases:
Leaf
Variables
- Parameters:
val (float) – value of the variable
- evaluate()#
Evaluate the expression numerically.
- Returns:
val – The floating point value of the expression.
- Return type:
- get_rpn(leaf_ndx_map)#
- is_leaf()#
- is_relational()#
- last_node()#
- operators()#
- reverse_ad()#
- reverse_sd()#
- property index#
- property name#
- property value#