Method: Phidgets::DCMotor#getAcceleration

Defined in:
ext/phidgets/phidgets_dc_motor.c

#getAccelerationObject Also known as: acceleration

The rate at which the controller can change the motor’s Velocity. The acceleration is bounded by MinAccleration and MaxAcceleration.



15
16
17
# File 'ext/phidgets/phidgets_dc_motor.c', line 15

VALUE ph_dc_motor_get_acceleration(VALUE self) {
  return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetDCMotor_getAcceleration);
}