Operating Manual 1302.6163.12 - 03
7.19
R&S ESU
Remote Control – Programming Examples
More Complex Programming Examples
'--------- Perform measurement and query results ------------
status = viWrite(analyzer, "INIT;*WAI", 9, retCnt)
'Perform sweep with sync
'Query results:
query$ =
" CALC:MARK:FUNC:SUMM:PPE:RES?;"
'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 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.
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.
Summary of Contents for 1129.7246.03
Page 1: ...R S ESU EMI Test Receiver Operating Manual 1302 6163 12 03 Test Measurement Operating Manual ...
Page 25: ......
Page 27: ...R S ESU Putting into Operation 1 2 Operating Manual 1302 6163 12 03 ...
Page 29: ...R S ESU Getting Started 2 2 Operating Manual 1302 6163 12 03 ...
Page 31: ...R S ESU Manual Operation 3 2 Operating Manual 1302 6163 12 03 ...
Page 349: ...R S ESU Instrument Functions Basic Settings 4 318 Operating Manual 1302 6163 12 03 ...
Page 405: ...R S ESU Instrument Functions User Port 4 374 Operating Manual 1302 6163 12 03 ...
Page 439: ...R S ESU Remote Control Basics Status Reporting System 5 34 Operating Manual 1302 6163 12 03 ...
Page 841: ...R S ESU Error Messages Device Specific Messages 9 10 Operating Manual 1302 6163 12 03 ...
Page 854: ...Operating Manual 1302 6163 12 03 10 13 R S ESU ...
Page 855: ...R S ESU 10 14 Operating Manual 1302 6163 12 03 ...