void MotionDelaySet ( double  seconds  )  [virtual]

Description:
MotionDelaySet sets the time (seconds) that a motion will wait before starting.
Parameters:
seconds The time the axis will wait before starting motion.
Sample Code:
  // configure axis to wait 500ms before starting motion
  axis->MotionDelaySet(0.500);
See also:
MotionDelayGet

Reimplemented from RapidCodeMotion.