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
double ConversionOffset { get; set; }