Skip to main content

UserAccelerometerReadingEvent

Like AccelerometerReadingEvent, this is a discrete reading from an accelerometer and measures the velocity of the device. However, unlike AccelerometerReadingEvent, this event does not include the effects of gravity.

Inherits: Event

Properties

  • timestamp - Event timestamp.
  • x - Linear acceleration along the X axis, gravity removed, in m/s^2.
  • y - Linear acceleration along the Y axis, gravity removed, in m/s^2.
  • z - Linear acceleration along the Z axis, gravity removed, in m/s^2.

Properties

timestampinstance-attribute

timestamp: datetime

Event timestamp.

xinstance-attribute

x: float

Linear acceleration along the X axis, gravity removed, in m/s^2.

yinstance-attribute

y: float

Linear acceleration along the Y axis, gravity removed, in m/s^2.

zinstance-attribute

z: float

Linear acceleration along the Z axis, gravity removed, in m/s^2.