ISensor Interface

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

This interface should never be implemented directly, but always through the ISensorT interface.

Definition

Namespace: DHI.Mike1D.ControlModule
Assembly: DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface ISensor : IVariable, 
	ITypedExpression, IExpressionAcceptor
Implements
IExpressionAcceptor, ITypedExpression, IVariable

Properties

Id Unique id
Name
(Inherited from IVariable)
ResultType
(Inherited from ITypedExpression)
Value
(Inherited from IVariable)

Methods

Accept``1
(Inherited from IExpressionAcceptor)
Evaluate
(Inherited from ITypedExpression)
TryEvaluate
(Inherited from ITypedExpression)

See Also