LinkTankStatus#
module wntr.epanet.util
- class LinkTankStatus[source]#
Bases:
Enum
The link tank status.
Enum Members
Pump cannot deliver head (closed)
Temporarily closed
Closed
Open
Valve active (partially open)
Pump exceeds maximum flow
FCV cannot supply flow
Valve cannot supply pressure
Tank filling
Tank emptying
- Active = 4#
- Closed = 2#
- Emptying = 9#
- Filling = 8#
- Open = 3#
- TempClosed = 1#
- XFCV = 6#
- XFlow = 5#
- XHead = 0#
- XPressure = 7#