Remote control commands
R&S
®
RTP
1127User Manual 1337.9952.02 ─ 12
22.3.5.3 Exporting measurement results to file....................................................................... 1139
22.3.6 Protocol analysis....................................................................................................... 1139
22.3.6.1 RFFE (option R&S RTP-K40)....................................................................................1139
22.3.1 Display
22.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 22.7.2.4, "Smartgrid", on page 1163
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'
// Minimize Channel 2 (Wfm1)
:LAYout:SIGNal:UNAssign C2W1
// Add Channel 2 (Wfm1) to Diagram1
:LAYout:SIGNal:ASSign 'Diagram1', C2W1
*OPC?
22.3.1.2 Creating zoom diagrams
The example creates a zoom diagram, sets the relative size of the zoom area, and
removes the zoom diagram.
Command description in: Chapter 22.10.1, "Zoom", on page 1318.
Programming examples