Fast Power Measurement On Power Ramps - R&S ESU Series Operating Manual

Emi test receiver
Table of Contents

Advertisement

R&S ESU
'--------- Perform measurement and query results ------------
status = viWrite(analyzer, "INIT;*WAI", 9, retCnt)
'Perform sweep with sync
'Query results:
query$ =
'Peak measurement
query$ = query$ + ":CALC:MARK:FUNC:SUMM:MEAN:RES?;"
'Mean measurement
query$ = query$ + ":CALC:MARK:FUNC:SUMM:RMS:RES?;"
'RMS measurement
query$ = query$ + ":CALC:MARK:FUNC:SUMM:SDEV:RES?"
'Standard deviation
status = viWrite(analyzer, query$, 120, retCnt)
status = viRead(analyzer, result$, 100, retCnt)
Print result$
END SUB
REM ************************************************************************
7.3.6

Fast Power Measurement on Power Ramps

A frequent task in mobile radio tests is measurement of a DUT at various power con-
trol levels at the highest possible speed. The R&S ESU offers two test functions for
this task, which can be used depending on the signal characteristics.
In the following, the two methods are presented by means of two examples.
7.3.6.1
Power Measurement with Multi-Summary Marker
The multi-summary marker function is suitable for measuring the power of a
sequence of pulses with the following characteristics:
The function uses the first pulse as a trigger signal. The power of the subsequent
pulses is determined exclusively via the timing pattern selected for the pulse
sequence. The function is, therefore, suitable for adjustments where the DUT output
power varies considerably and is not reliably above the trigger threshold.
The measurement accuracy is determined by the ratio of pulse duration to total
measurement time; this should not be below 1:50.
The function always uses TRACE 1 of the selected screen.
Operating Manual 1302.6163.12 - 03
" CALC:MARK:FUNC:SUMM:PPE:RES?;"
The pulses occur at identical time intervals, which is typical of GSM transmission
in slots, for example.
The level of the first signal is reliably above threshold.
The subsequent pulses may have any levels.
Remote Control – Programming Examples
More Complex Programming Examples
7.19

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents