void GearingEnable ( Axis masterAxis,
RSIAxisMasterType  masterFeedbackSource,
long  numerator,
long  denominator 
)

Description:
GearingEnable enables this Axis to be follower (slave) using electronic gearing.
Parameters:
masterAxis An axis object that is the master.
masterFeedbackSource A RSIAxisMasterType value.
numerator Multiple of counts that slave follows relative to master.
denominator Divisor of counts that slave follows relative to master.
Sample Code:
  // Configure this Axis to follow AxisX Actual Position with a 3:1 ratio.
  AxisY->GearingEnable(AxisX, RSIAxisMasterTypeAXIS_ACTUAL_POSITION, 3, 1);
Notes:
The gearing ratio will be numerator/denominator.
See also:
GearingRatioChange