ValveStateEnum
Version Info
| Introduced | Deprecated | Updated |
|---|
| 1.8 | | |
Enumeration Literals
| Name | Int | Dep | Upd | Description | | CLOSED | 1.8 | | | ValveState where flow is not possible, the aperture is static, and the valve is completely shut. |
| CLOSING | 1.8 | | | valve is transitioning from an OPEN state to a CLOSED state. |
| OPEN | 1.8 | | | ValveState where flow is allowed and the aperture is static. > Note: For a binary value, OPEN indicates the valve has the maximum possible aperture. |
| OPENING | 1.8 | | | valve is transitioning from a CLOSED state to an OPEN state. |