Remote Control
R&S
®
ESR
1019
User Manual 1175.7068.02 ─ 12
surement sensitivity, therefore, the reference level is lowered by 10 dB from the third
harmonic.
The following settings are used:
Reference level:
10.00 dBm up to first harmonic, 0 dBm from 2nd harmonic
RF attenuation:
20 dB
Electronic attenuation:
0 dB (OFF)
Filter type:
NORMal
RBW:
1 MHz
VBW:
3 MHz
Measurement time:
300
m
s
Trigger delay:
100
m
s
Trigger:
video, 45 %
Frequency
Type
935.2 MHz
GSM 900 fundamental
1805.2 MHz
GSM 1800 fundamental
1870.4 MHz
GSM 900 2
nd
harmonic
2805.6 MHz
GSM 900 3
rd
harmonic
3610.4 MHz
GSM 1800 2
nd
harmonic
3740.8 MHz
GSM 900 4
th
harmonic
5815.6 MHz
GSM 1800 3
rd
Harmonic
The frequencies are selected in ascending order to minimize system-inherent waiting
times resulting from frequency changes.
At each frequency point the peak power and the rms power are measured. The peak
power and the rms power values are stored alternately in the results memory.
REM ************************************************************************
Public Sub FrequencyList()
result$ = Space$(500)
'--------- R&S FSV default setting ----------------------------------------
CALL SetupStatusReg 'Configure status register
CALL InstrWrite (analyzer, "*RST") 'Reset instrument
CALL InstrWrite (analyzer, "INIT:CONT OFF") 'Single sweep mode
CALL InstrWrite (analyzer, "SYST:DISP:UPD OFF") 'Display off
'---------Configure R&S FSV for power measurement based on frequency list -
CALL InstrWrite (analyzer, "TRIG:LEV:IFP -20 dBm")
'Set IF power trigger level
CALL InstrWrite (analyzer, "LIST:POWer:SET ON,ON,OFF,IFP,POS,100us,0")
'--------- Perform measurement and query results ---------------------------
Remote Control – Programming Examples