30
_____________________________________________________________________________________________
5.3 Particular Commands
_____________________________________________________________________________________________
*
WAI
Waits until all execution is fully completed.
Syntax
*
WAI
Function
The unit goes into waiting state until the previous operation has been completed.
Note
All of the specific commands are in any case sequential commands except the
:MEASure? query. Therefore, using this
*
WAI command has an effect upon only
:MEASure? query.
Example
Transmission
(If the frequency is set to 1 kHz)
When not using the
*
WAI command
:FREQuency 50;:MEASure?
The response for :MEASure? is the test value at frequency of 1 kHz.
When using the
*
WAI command
:
FREQuency 50;
*
WAI;:MEASure?
The response for :MEASure? is the test value of frequency at 50 Hz.
Error
If the data parameters are set after this command, a command error occurs.