Agilent Technologies 8590 TV Converter Box User Manual


 
Index
Number
1
‘Ihble
3-1. Measurement Units
Description
A number within the range of 8161 to 32,767 measurement units is obtainable
with trace math operations only.
The area from 8000 (reference level) to 8160 (1.6
dB
above reference level)
represents the amount a trace element’s amplitude can exceed the top graticule
and still be valid.
The area from 0 to 8000 represents the displayed range for trace amplitude
data. The range of 0 to 8000 varies according to the amplitude scale of the
spectrum analyzer as follows:
n
In 10 dB/division, the range is from 0 to 8000.
n
In 5 dB/div, the range is from 4000 to 8000.
w
In 2 dB/div, the range is from 8000 to 6000.
n
In 1 dB/div, the range is from 8000 to 7000.
A number within the range of 0 to -32,768 measurement units is obtainable
with
trace math operations only.
Example of Using the M Format
This example sends trace data from the spectrum analyzer to the computer in M format.
10 INTEGER
A(l:401)
Llimension
array A.
30 OUTPUT
718;"IP;CF
300MZ;SP
20MZ;SNGLS;TS;"
lbkeawz.easurewwntsweep.
40 OUTPUT
718;"TDF
M;TRA?;"
Send trace A
data
in
Mformat.
50 ENTER
718;A(*)
The computer receives the trace data.
60 PRINT A(*)
Print trace data.
70
END
Note
All trace math functions are done using measurement units. See lkble 5-4 for a
list of all trace math functions. See the description for the AMB command in
Chapter 5 for an example of trace math subtraction in measurement units.
The result is in measurement units (-32768 to
+32767).
For more detailed information about
the M format, see the description for TDF in Chapter 5.
‘Ihble
3-2 summarizes the different trace data formats.
Programming Topics
3-27