Method: Phidgets::BLDCMotor#getMaxVelocity

Defined in:
ext/phidgets/phidgets_bldc_motor.c

#getMaxVelocityObject Also known as: max_velocity

The maximum value that TargetVelocity can be set to. TargetVelocity is bounded by -1×MaxVelocity and MaxVelocity, where a sign change (±) is indicitave of a direction change.



130
131
132
# File 'ext/phidgets/phidgets_bldc_motor.c', line 130

VALUE ph_bldc_motor_get_max_velocity(VALUE self) {
  return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetBLDCMotor_getMaxVelocity);
}