The sensitivity property represents the read sensitivity of the acceleration data for this axis.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public double Sensitivity { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Sensitivity As Double |
Visual C++ |
---|
public: property double Sensitivity { double get (); void set (double value); } |
Remarks
The sensitivity property gets/sets the sensitiviy data member.
This is the difference in acceleration that must appear between succesive calls to the OnAccelerationChange event handler.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |