524 Chapter7
Language Reference
MKN Marker Normal
Parameters
number real from 0 to 2.9E+9 (8560E/EC)
0 to 6.5E+9 (Agilent 8561E/EC)
0 to 13.2E+9 (Agilent 8562E/EC)
0 to 26.5E+9 (Agilent 8563E/EC)
0 to 40E+9 (Agilent 8564E/EC)
0 to 50E+9 (Agilent 8565E/EC)
from 18E+9 to 325E+9 in external mixer mode.
UP or DN increments in 10 percent of span.
Query Response
Figure 7-172 MKN Query Response
Example
10 INPUT "ENTER IN THE START FREQUENCY, IN MHZ",Start_fre
q
20 INPUT "ENTER IN THE STOP FREQUENCY, IN MHZ",Stop_freq
30 OUTPUT 718;"IP;FA ";Start_freq;"MHZ"
40 OUTPUT 718;"FB ";Stop_freq;"MHZ;"
50 OUTPUT 718;"MKN EP;"
60 PRINT "PLACE THE MARKER ON THE DESIRED SIGNAL."
70 PRINT "PRESS HOLD, THEN PRESS CONTINUE."
80 PAUSE
90 OUTPUT 718;"MKN?;"
100 ENTER 718;Mkn
110 PRINT "MARKER FREQUENCY IS ",Mkn,"HZ"
120 END