Click or drag to resize

SensorDoubleConversionFactor Property

Factor to convert from engine unit to sensor TargetUnit
sensorValue = engineValue*ConversionFactor + ConversionOffset
These factors are calculated based on the TargetUnit automatically when the sensor is created, and can be modified at a later point in time, if necessary.

Only available for sensors returning a double value

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double ConversionFactor { get; set; }

Property Value

Type: Double

Implements

ISensorDoubleConversionFactor
See Also