This class represents an axis of acceleration for a Phidget Accelerometer. All the properties of an Accelerometer axis are stored and modified in this class.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class AccelerometerAxis
Visual Basic (Declaration)
Public Class AccelerometerAxis
Visual C++
public ref class AccelerometerAxis

Remarks

A Phidget Accelerometer axis object stores the acceleration data for that axis. The sensitivity of the acceleration readings for the realted axis is implemented in this class.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.AccelerometerAxis

See Also