User`s guide
21-14
IEEE 488.2 Common Commands
*WAI (Wait)
*WAI (Wait)
The *WAI command pauses the instrument, preventing it from
executing any further GPIB commands or queries until no operations
are pending.
Command Syntax *WAI
Example
OUTPUT 714;”MEAS:PATTERN ’Facc’”
OUTPUT 714;”TRIG:MODE:RETRIGGER SINGLE”
OUTPUT 714;”*TRG”
OUTPUT 714;”*WAI”
! The following command will not execute until the trigger has
occurred
! and is a valid measurement result.
OUTPUT 714;”MEAS:RF:FREQ:ACC?”
ENTER 714;Freq_acc
PRINT Freq_acc