
Operating Manual 1302.6163.12 - 03
7.23
R&S ESU
Remote Control – Programming Examples
More Complex Programming Examples
'Single sweep mode
status = viWrite(analyzer, "SYST:DISP:UPD OFF", 17, retCnt)
'OFF: display off
'--------- Perform measurement and query results ------------
cmd$ = "MPOW? "
cmd$ = cmd$ + "935.2 MHZ,"
'Center frequency
cmd$ = cmd$ + "1MHZ,"
'Resolution bandwidth
cmd$ = cmd$ + "434US,"
'Measurement time
cmd$ = cmd$ + "VID,"
'Trigger source
cmd$ = cmd$ + "50PCT,"
'Trigger threshold
cmd$ = cmd$ + "1US,"
'Trigger offset, must be > 125 ns
cmd$ = cmd$ + "PEAK,"
'Peak detector
cmd$ = cmd$ + "8"
'Number of bursts
status = viWrite(analyzer, cmd$, 47, retCnt)
status = viRead(analyzer, result$, 100, retCnt)
'Read results
Print result$
END SUB
REM ************************************************************************
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 ...