GroupLab.Phidgets.NET Documentation

AnalogSensor Properties

The properties of the AnalogSensor class are listed below. For a complete list of AnalogSensor class members, see the AnalogSensor Members topic.

Public Instance Properties

Index Gets the index of this sensor.
NormalizeMaximum Gets/sets the upper bound on the sensor normalization range. This is usually 1000, but if one sets it to a smaller value e.g., 700, then the scale is adjusted so that the real range of 0 - 700 are normalized to 0 - 1000. Actual readings greater than this number are always reported as 1000. There must be at lease a difference of 1 between this property and NormalizeMinimum
NormalizeMinimum Gets/sets the lower bound on the sensor normalization range. This is usually 0, but if one sets it to a larger value e.g., 200, then the scale is adjusted so that the real range of 200 - 1000 are normalized to 0 - 1000. Actual readings less than this number are always reported as 0. There must be at lease a difference of 1 between this property and NormalizeMaximum
RawValue Returns the un-normalized value of the sensor between 0 - 1000. This is directly proportional to the Analog Input, ranging from 0-5V.
Sensitivity Gets/sets the threshold (minimum difference between successive normalized sensor readings) for raising SensorChange events.
Value Returns the digital value being detected, converted to fit between 0-1000. The raw values within the range of NormalizeMinimum to NormalizeMaximum are normalized to 0 - 1000.

See Also

AnalogSensor Class | GroupLab.Phidgets Namespace