Method: Phidgets::DCMotor#getCurrentLimit

Defined in:
ext/phidgets/phidgets_dc_motor.c

#getCurrentLimitObject Also known as: current_limit

The controller will limit the current through the motor to the CurrentLimit value.



57
58
59
# File 'ext/phidgets/phidgets_dc_motor.c', line 57

VALUE ph_dc_motor_get_current_limit(VALUE self) {
  return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetDCMotor_getCurrentLimit);
}