StatisticsType#
module wntr.epanet.util
- class StatisticsType[source]#
Bases:
Enum
EPANET time series statistics processing.
Enum Members
Do no processing, provide instantaneous values on output at time t.
Average the value across the report period ending at time t.
Provide the minimum value across all complete reporting periods.
Provide the maximum value across all complete reporting periods.
Provide the range (max - min) across all complete reporting periods.
- Average = 1#
- Maximum = 3#
- Minimum = 2#
- Range = 4#
- none = 0#