Chapter 7 459
Language Reference
DONE Done
DONE Done
Syntax
Figure 7-99 DONE Syntax
Description
The DONE command sends a "1" to the controller when all commands
in a command string entered before DONE have been completed.
Sending a TS command before DONE ensures that the spectrum
analyzer will complete a full sweep before continuing on in a program.
Query Response
Figure 7-100 DONE Query Response
Example
10 OUTPUT 718;"IP;CF 1GHZ;SP 2GHZ;TS;DONE?;"
20 ENTER 718;Done
30 PRINT "COMMAND STRING IS DONE"
40 END