Click or drag to resize

SensorLocationType Enumeration

Location of sensor

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum SensorLocationType
Members
  Member nameValueDescription
None0 User defined location type. User must manually configure sensor
Node1 Sensor on node
UpstreamNode2 Sensor on upstream node from location
Location3 Sensor on location
LocationSpan4 Sensor summing up value on location span of reach
LocationSpanGridPoints5 Sensor summing up value on location span of reach, all grid points with center inside span is fully included (M11 functionality)
CenterOfReach6 Sensor on reach center, of reach containing location
UpstreamOfLocation7 Sensor on upstream grid point of location
DownstreamOfLocation8 Sensor on downstream grid point of location
Structure9 Sensor on structure
UpstreamOfStructure10 Sensor on grid point upstream of structure
DownstreamOfStructure11 Sensor on grid point downstream of structure
Catchment12 Sensor on catchment
Action13 Sensor on action
ActionActiveTime14 Sensor on action, time that action has been active
ActionBlockTime15 Sensor on action, time that action has been blocked
Sensor16 Sensor on another sensor (copy)
HDModuleIterationNumber17 HD module iteration number sensor - internal use only
See Also