MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ SettleOnStopGet()

bool SettleOnStopGet ( )
pure virtual

Get the Stop Event settling configuration.

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