Method: Phidgets::BLDCMotor#getRescaleFactor

Defined in:
ext/phidgets/phidgets_bldc_motor.c

#getRescaleFactorObject Also known as: rescale_factor

Change the units of your parameters so that your application is more intuitive. Units for Position can be set by the user through the RescaleFactor. The RescaleFactor allows you to use more intuitive units such as rotations, or degrees. For more information on how to apply the RescaleFactor to your application, see your controller’s User Guide.



78
79
80
# File 'ext/phidgets/phidgets_bldc_motor.c', line 78

VALUE ph_bldc_motor_get_rescale_factor(VALUE self) {
  return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetBLDCMotor_getRescaleFactor);
}