Use the following commands to clear the display for graphics:
IP blanks the display line, trace B, and trace C by executing DL OFF, BLANK TRB , and BLANK TRC automatically.
CLRDSP erases all
ANNOT OFF blanks all annotation except the display status box and the data line.
GRAT OFF blanks the graticule. You may create a dierent graticule with the GRID command explained at the end of this section.
TRDSP blanks traces. Unlike BLANK, traces blanked with TRDSP can be updated with each sweep or marked with markers.
To clear the displaySend the following command strings to the OSA.
40 | OUTPUT 723;"CLRDSP;" | Clear graphics from the display and memory . |
50 | OUTPUT 723;"ANNOT OFF;GRAT OFF;" | Blank annotation and graticule . |
60 | OUTPUT 723;"TRDSP TRA,OFF;" | Blank trace A. |
70 | OUTPUT 723;"TRDSP TRB,OFF;" | Blank trace B . |
80 | OUTPUT 723;"TRDSP TRC,OFF;" | Blank trace C. |
90 | OUTPUT 723;"DL OFF;" | Blank display line . |