R&S ESU Series Operating Manual page 799

Emi test receiver
Table of Contents

Advertisement

R&S ESU
status = viWrite(analyzer, "FREQ:SPAN 1MHz", 14, retCnt)
'Span
status = viWrite(analyzer, "BAND:RES 30kHz", 14, retCnt)
'Resolution bandwidth
status = viWrite(analyzer, "INIT;*WAI", 9, retCnt)
'Perform sweep with sync
'--------- Measure 60 dB value ------------------------------
status = viWrite(analyzer, "CALC:MARK:PEXC 6DB", 18, retCnt)
'Peak excursion
status = viWrite(analyzer, "CALC:MARK:STAT ON", 17, retCnt)
'Marker1 on
status = viWrite(analyzer, "CALC:MARK:TRAC 1", 16, retCnt)
'Assign marker1 to trace1
status = viWrite(analyzer, "CALC:MARK:MAX", 13, retCnt)
'Set marker1 to 100 MHz
status = viWrite(analyzer, "CALC:MARK:FUNC:NDBD 60dB", 24, retCnt)
'Read out bandwidth measured
status = viWrite(analyzer, "CALC:MARK:FUNC:NDBD:RES?", 24, retCnt)
'at 60 dB
status = viRead(analyzer, result$, 100, retCnt)
result60 = Val(result$)
'--------- Measure 3 dB Down value
status = viWrite(analyzer, "CALC:MARK:FUNC:NDBD 3dB", 23, retCnt)
'Read out bandwidth measured
status = viWrite(analyzer, "CALC:MARK:FUNC:NDBD:RES?", 24, retCnt)
'at 60 dB
status = viRead(analyzer, result$, 100, retCnt)
result3 = Val(result$)
'--------- Read out shape factor-----------------------------
Print "Shapefaktor 60dB/3dB: ";result60/result3
END SUB
REM ************************************************************************
7.3.1.3
Measuring the Third Order Intercept Point
The third order intercept point (TOI) is the (virtual) level of two adjacent useful signals
at which the intermodulation products of third order have the same level as the useful
signals.
The intermodulation product at f
useful signal P
harmonic of the useful signal P
f
= 2 × f
S1
f
= 2 × f
S2
The following example is based on two adjacent signals with a level of –30 dBm at
100 MHz and 110 MHz. The intermodulation products lie at 90 MHz and 120 MHz
according to the above formula. The frequency is set so that the examined mixture
products are displayed in the diagram. Otherwise, the default setting of the
R&S ESU is used for measurements (SetupInstrument).
7.10
with signal P
, the intermodulation product at f
N2
N1
N1
– f
n1
n2
– f
n2
n1
Remote Control – Programming Examples
More Complex Programming Examples
--------------------------
is obtained by mixing the first harmonic of the
S2
with signal P
.
N2
Operating Manual 1302.6163.12 - 03
by mixing the first
S1
(75)
(76)

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents