APIs, concepts, guides, and more

◆ PostTrajectoryGearingEnableGet()

bool PostTrajectoryGearingEnableGet ( )
Description:
PostTrajectoryGearingEnableGet returns whether post-trajectory gearing is enabled for this axis.
Returns
(bool) True if post-trajectory gearing is enabled, false if disabled.

Part of the Post Trajectory Gearing method group.

Sample Code:
if (axis->PostTrajectoryGearingEnableGet()) {
printf("This axis has post-trajectory gearing enabled\n");
}
See also
Post Trajectory Gearing
PostTrajectoryGearingEnableSet