Click or drag to resize

PumpState Enumeration

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 enum PumpState
Members
  Member nameValueDescription
Accelerating0 Increasing Q when pump starts
Decelerating1 Decreasing Q when pump shuts off
Normal2 Normal/running operation
Inactive3 Pump is inactive. The pump can activate itself automatically.
ShutDown4 Pump is shut down, and will only start again when explicitly started.
See Also