Method: Phidgets::BLDCMotor#getMaxStallVelocity
- Defined in:
- ext/phidgets/phidgets_bldc_motor.c
#getMaxStallVelocity ⇒ Object Also known as: max_stall_velocity
The upper bound of StallVelocity.
100 101 102 |
# File 'ext/phidgets/phidgets_bldc_motor.c', line 100 VALUE ph_bldc_motor_get_max_stall_velocity(VALUE self) { return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetBLDCMotor_getMaxStallVelocity); } |