Operation
Operation
Using the Mixers with MMS Analyzers
To print out an existing AMPCOR table, use the program listed below:
10 dim A$ (1:20) [30]
20 OUTPUT 718; “CONVLOSS 0DB;”
30 OUTPUT 718; “AMPCOR 50 GHZ, 46.1DB, 52GHZ, 46.7DB, 53GHZ,47.2DB;” 40 !
50 OUTPUT 718; “AMPCOR?;”
60 ENTER 718 USING “%,k”;A$ (*)
70 !
80 FOR I=1 TO 10
90 PRINT “Point “;I,A$ (I)
100 NEXT I
110 END
Line 30: Generates an AMPCOR table.
Line 60: % specifies that an EOI terminates the entire statement. “K” specifies that an
LF terminates the individual string entry.
Returned values are in the format where the frequency in Hz is listed first, followed by the conversion loss in dB. See the following example:
Point 1 50.00000000E+9,46.1
Point 2 52.00000000E+9,46.7
Point 3 53.00000000E+9,47.2
Point 4
Point 5
Point 6
Point 7
Point 8
Point 9
Point 10
Point 11
NOTE | For further information, consult the Agilent 70900B |
| |
| |
|
|
44 | Chapter 2 |