State of the pump
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax Public Enumeration PumpState
public enum class PumpState
Members
| Member name | Value | Description |
---|
| Accelerating | 0 |
Increasing Q when pump starts
|
| Decelerating | 1 |
Decreasing Q when pump shuts off
|
| Normal | 2 |
Normal/running operation
|
| Inactive | 3 |
Pump is inactive. The pump can activate itself automatically.
|
| ShutDown | 4 |
Pump is shut down, and will only start again when explicitly started.
|
See Also