Click or drag to resize

ISensorT Interface

A sensor retrieves a value from the simulation and acts as a variable in the control expressions.

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ISensor<T> : ISensor, 
	IVariable, ITypedExpression, IExpressionAcceptor, IExpression<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.ControlModule.ISensor`1"]

The ISensorT type exposes the following members.

Properties
  NameDescription
Public propertyGetter
Getter used to extract the value of the sensor
Public propertyId
Unique id
(Inherited from ISensor.)
Public propertyName (Inherited from IVariable.)
Public propertyResultType (Inherited from ITypedExpression.)
Public propertyValue (Inherited from IVariable.)
Top
Methods
  NameDescription
Public methodAccept``1 (Inherited from IExpressionAcceptor.)
Public methodEvaluate (Inherited from ITypedExpression.)
Top
See Also