APIs, concepts, guides, and more

◆ GearingRatioChange()

void GearingRatioChange ( int32_t numerator,
int32_t denominator )
Description:
GearingRatioChange changes the electronic gearing ratio.
Parameters
numeratorMultiple of counts that slave follows relative to master.
denominatorDivisor of counts that slave follows relative to master.

Part of the Gearing method group.

Sample Code:
// Change this Axis to follow at 2:3 ratio.
axis->GearingRatioChange(2, 3);
See also
GearingEnable