RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
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
RSI
RapidCode
Axis
Generated by
1.10.0