APIs, concepts, guides, and more

◆ SettleOnStopGet()

bool SettleOnStopGet ( )
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