642 Chapter7
Language Reference
TS Take Sweep
TS Take Sweep
Syntax
Figure 7-285 TS Syntax
Description
TS commands the spectrum analyzer to take one full sweep across the
trace display. Commands following TS are not executed until after the
analyzer has finished the trace sweep. (This ensures that the
instrument is set to a known condition before subsequent commands
are executed.) For information on how to synchronize a program using
TS and the DONE command, refer to Chapter 5.
Example
10 OUTPUT 718;"IP;SNGLS;"
20 OUTPUT 718;"TS;DONE?;"
30 ENTER 718;Done
40 PRINT Done
50 END