long CommandDelay ( long  sequencerNumber,
double  seconds 
)

Description:
CommandDelay appends a command which will delay execution of the next command.
Parameters:
sequencerNumber Sequencer ID.
seconds The next command will delayed by seconds.
Sample Code:
  controller->CommandDelay(SEQUENCER, 0.50); //seconds
See also:
SequencerEnableSet
Examples:
sequencerDigitalOutput.cpp.