Gets or sets the change trigger sensitivity for an analog input.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
| C# |
|---|
public int Sensitivity { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Sensitivity As Integer |
| Visual C++ |
|---|
public: property int Sensitivity { int get (); void set (int value); } |
Remarks
This is the ammount that an inputs must change between successive SensorChangeEvents.
This is based on the 0-1000 range provided by Value. This value is by default set to
10 for most Interface Kits with analog inputs.
Exceptions
| Exception | Condition |
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |