APIs, concepts, guides, and more

◆ MotionDelayGet()

double MotionDelayGet ( )
Description:
MotionDelayGet returns the delay (seconds) that will occur before motion starts.
Returns
(double) Delay time in seconds.

Part of the Motion Configuration method group.

Sample Code:
printf("Motion will delay %lf seconds\n", axis-MotionDelayGet());
double MotionDelayGet()
Get the delay (seconds) that will occur before motion starts.
See also
MotionDelaySet