Remote control commands
R&S
®
RTO6
1260User Manual 1801.6687.02 ─ 05
24.3.5.1 Saving a screenshot to file........................................................................................ 1266
24.3.5.2
Exporting waveform data to file
.................................................................................1267
24.3.5.3 Exporting measurement results to file.......................................................................1273
24.3.6 Deembedding............................................................................................................1273
24.3.6.1 Adding cables to the measurement setup.................................................................1273
24.3.7 Protocol analysis....................................................................................................... 1273
24.3.7.1 RFFE (option R&S RTO6-K550)............................................................................... 1273
24.3.7.2 SENT (option R&S RTO6-K520)...............................................................................1275
24.3.8 Power analysis (option R&S RTO6-K31).................................................................. 1277
24.3.8.1 Auto deskew..............................................................................................................1277
24.3.8.2 Transient response measurement.............................................................................1278
24.3.1 Display
● Creating diagrams (SmartGrid)...........................................................................1260
● Creating zoom diagrams.....................................................................................1261
24.3.1.1 Creating diagrams (SmartGrid)
The example creates 3 diagrams at different positions on the screen, and a zoom dia-
gram. It also minimizes a wavform and adds it to another diagram
Command description in: Chapter 24.7.2.4, "Smartgrid", on page 1301
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
// Turn on display update
:SYSTem:DISPlay:UPDate ON
// Turn on Channel 2
:CHANnel2:STATe 1
// Create new diagram 'MyDiag2' below existing 'Diagram1' with waveform C2W1 in it
:LAYout:ADD 'Diagram1',VERtical,OFF,C2W1,'MyDiag2'
// Turn on Channel 3
:CHANnel3:STATe 1
// Create new diagram 'MyDiag3' right of existing 'MyDiag2'
:LAYout:ADD 'MyDiag2',HORizontal,OFF,C3W1,'MyDiag3'
// Turn on Channel 4
:CHANnel4:STATe 1
// Create new diagram 'MyDiag4' tabbed to existing 'Diagram1'
:LAYout:ADD 'Diagram1',TAB,OFF,C4W1,'MyDiag4'
// Select 'Diagram1'
:LAYout:SHOW 'Diagram1'
// Create zoom window of 'Diagram1'
:LAYout:ZOOM:ADD 'Diagram1',VERT,OFF,-10e-9,10e-9,-0.05,0.04,'MyZoom1'
Programming examples