Operating Manual 1302.6163.12 - 03
7.21
R&S ESU
Remote Control – Programming Examples
More Complex Programming Examples
status = viWrite(analyzer, "SWE:TIME 50ms", 13, retCnt)
'Sweep time
≥
1 frame
'--------- Perform measurement and query results ------------
status = viWrite(analyzer, "INIT;*WAI", 9, retCnt)
'Perform sweep with sync
'Query results:
cmd$ = "CALC:MARK:FUNC:MSUM? "
cmd$ = cmd$ + "50US,"
'Offset of first pulse
cmd$ = cmd$ + "450US,"
'Measurement time
cmd$ = cmd$ + "576.9US,"
'Pulse period
cmd$ = cmd$ + "8"
'Number of bursts
status = viWrite(analyzer, cmd$, 41, retCnt)
status = viRead(analyzer, result$, 100, retCnt)
'Read results
Print result$
END SUB
REM ************************************************************************
7.3.6.2
Multi-Burst Power Measurement
The multi-burst power measurement function is suitable for measuring the power of
a sequence of pulses with the following characteristics:
• The pulses occur at variable time intervals.
• The levels of all pulses of the sequence are reliably above the trigger threshold,
or an external trigger signal is used.
The function requires one trigger event per pulse. This means that if the video trig-
ger or the IF power trigger is used, the levels of all pulses must be above the trigger
threshold.
The function is, therefore, particularly suitable for re-measuring DUTs already
adjusted and whose output power is within the specified range. The measurement is
optimized for minimum overhead relative to the actual measurement time.
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 ...