Click or drag to resize

SensorDouble Properties

The SensorDouble type exposes the following members.

Properties
  NameDescription
Public propertyConversionFactor
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

Public propertyConversionOffset
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

Public propertyGetter
Getter used to extract the value of the sensor
(Inherited from SensorT.)
Public propertyId
Unique id
(Inherited from SensorT.)
Public propertyResultType
Type of value that the sensor retrieves.
(Inherited from SensorT.)
Public propertyTargetUnit
Target unit, unit in which the sensor is supposed to return its value.

Only available for sensors returning a double value

Top
See Also