GroupLab.Phidgets.NET Documentation

AnalogSensor Members

AnalogSensor overview

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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

AnalogSensor Class | GroupLab.Phidgets Namespace