User Manual

Table Of Contents
Spectrum analyzer
99-137719-D Confidential - For internal use 11-39
11111111
Terminal support
Example: Configure spectrum analyzer to span: 200 kHz, window: hamming and
gain: 13.2 dB
.../intif/fftsa/config?span=200&win=hamming&gain=13.2
Example: Make FFT
.../intif/fftsa/makefft
11.12.5 Python
Window Type win none, hanning, hamming,
blackman
No none
Phase Noise
Offset (Hz)
pno -span/2..span/2 No 0
Phase Noise
Bandwidth (Hz)
pnbw 1..span-1 No 1
Spur Search
Bandwidth (Hz)
spur 1..span-1 No 1
Receiver Gain
(dB)
gain -100..32 (in steps of 0.01 dB) No 0
Parameter Name Valid Values Mandatory Default
Table 11-14: Parameter overview for Spectrum Analyzer (Continued)
Function name Description
make_FFT() This function starts an FFT measurement according to specified
configuration
.
configure(...) This function configures the complete spectrum analyzer.
Parameters:
<span> Span in kHz [2, 20, 200 or 2000]
<freq> Frequency in Hz [1500000000..1600000000], in steps of
1Hz
<avg> Number of averages [1..1000]
<win> Window type [none | blackman | hanning | hamming]
<pno> Phase noise offset in Hz
<pnbw> Phase noise bandwidth in Hz
configure_freq(...) This function configures the frequency of the spectrum analyzer.
Parameters:
<freq> Frequency in Hz [1500000000..1600000000], in steps of
1Hz
Table 11-15: Support functionality: .\scripts\tt\brm\spectrum_analyzer.py