APIs, concepts, guides, and more

◆ PostTrajectoryGearingScaledOffsetGet()

double PostTrajectoryGearingScaledOffsetGet ( )
Description:
PostTrajectoryGearingScaledOffsetGet returns the accumulated position offset that has been applied to this axis as a result of post-trajectory gearing. This value represents the cumulative effect of master axis movement multiplied by the gearing multiplier.
Returns
(double) The accumulated position offset from post-trajectory gearing.

Part of the Post Trajectory Gearing method group.

Sample Code:
double offset = axis->PostTrajectoryGearingScaledOffsetGet();
printf("Current post-trajectory gearing position offset is %.2f\n", offset);
See also
Post Trajectory Gearing
PostTrajectoryGearingEnableGet
PostTrajectoryGearingMultiplierGet