next up previous contents
Next: User Procedures - PROCS Up: Commands Previous: VCON (View Constants)

WAIT (Time Delay)

WAIT time.count in 64 $\mu$sec units

WAIT can be used when it is necessary to delay the execution of a command for a time period determined by the first argument. The time period is calculated as $t= time.count \times 64$$\mu$sec.

EXAMPLES:

1.
WAIT 2
Causes a delay of 128 micro seconds.