Agilent Technologies 8566B Operating And Programming Manual page 253

Spectrum analyzer 100 hz - 2.5 ghz/2 - 22 ghz
Table of Contents

Advertisement

KSE (Continued)
To erase the message, execute instrument preset (IP) or recall an instrument state with the RCLS or RC command.
The message can also be erased by executing a KSE command that does not contain a message, as in the program
below.
Instrument preset.
Line 10:
Line 20:
Activates the title mode and writes "Adjust Antenna" in the top CRT display line.
Line 30:
Pauses program until CONTINUE is pressed on the HP series 200 controller.
Line 40:
Prints a blank message on the screen; thus blanking the "Adjust Antenna" message.
The HP series 200 computers execute a carriage-return/line-feed whenever the ENTER key is pressed. Thus,
lines 20 and 40 of the program above terminate the message this way The same program is shown below, but the
KSE command message is terminated with a terminator defined by the DT command.
10 OUTPUT 718;"DTQ;"
20
OUTPUT 718;"KSEAdjust Antenna@;"
30 PAUSE
40 OUTPUT 718; "KSE"
50
END
Line 20 can also be terminated with a carriage-return this way:
20
OUTPUT 718; "KSEAdjust Antenna";CHR$(l3)
The functions of the KSE command and the m m keys are identical.
1 4 4 P r o g r a m m i n g
E

Advertisement

Table of Contents
loading

Table of Contents