204
S:\agilent\8920\8920b\PRGGUIDE\BOOK\SECTIONS\efpkc.sec
Equivalent Front-Panel Key Commands
SCREEN CONTROL Keys and To Screen Field
In manual mode, the RX, TX, DUPLEX, TESTS, MSSG, HELP, CONFIG
keys and the
To Screen field selections are used to display the various Test Set
screens on the CRT. The GPIB command :DISPlay is used to perform this
function programmatically. See
Table 13 on page 206 for the screen mnemonics for
the DISPlay command.
To Select a Screen
Use the :DISPlay command to select the desired screen.
Syntax
:DISPlay <screen mnemonic>
Example
OUTPUT 714;"DISP AFAN"
This displays the Audio Frequency Analyzer screen.
To Query Currently Displayed Screen
Use the :DISPlay? command to query the currently displayed screen.
Syntax
:DISPlay?
Example
OUTPUT 714;"DISP?"
ENTER 714;Disp_screen$
This queries the currently displayed screen.