The RMP Motion Controller APIs

◆ SettleOnStopGet()

bool SettleOnStopGet ( )
Description:
SettleOnStopGet gets the Stop Event settling configuration.
Returns
(bool) True = settle on stop is configured, False = not configured.
Remarks
This function is also available in RapidSequencer.
Sample Code:
if (axis->SettleOnStopGet() == true) {
printf("Axis will settle on Stop Event"\n");
}
See also
SettleOnStopSet