![R&S RTO6 User Manual Download Page 1261](http://html2.mh-extra.com/html/rands/rto6/rto6_user-manual_30646461261.webp)
Remote control commands
R&S
®
RTO6
1261
User Manual 1801.6687.02 ─ 05
// Minimize Channel 2 (Wfm1)
:LAYout:SIGNal:UNAssign C2W1
// Add Channel 2 (Wfm1) to Diagram1
:LAYout:SIGNal:ASSign 'Diagram1', C2W1
*OPC?
24.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.
In the following example
*OPC
prevents overlapping execution of asynchronous com-
mands.
// Create an new zoom diagram for Diagram1
LAYout:ZOOM:ADD 'Diagram1', VERT, OFF, -10e-9, 20e-9, -0.1, 0.05, 'MyZoom1'
// Query the horizontal zoom mode, return value: ABS
LAYout:ZOOM:HORZ:MODE? 'Diagram1', 'MyZoom1'
<--ABS
// Set horizontal zoom mode to relative
LAYout:ZOOM:HORZ:MODE 'Diagram1', 'MyZoom1', REL
// Set horizontal zoom span in percent
LAYout:ZOOM:HORZ:REL:SPAN 'Diagram1', 'MyZoom1', 10
// Set horizontal zoom position in percent
LAYout:ZOOM:HORZ:REL:POS 'Diagram1', 'MyZoom1', 15
*OPC?
// Remove zoom diagram
LAYout:ZOOM:REM 'Diagram1', 'MyZoom1'
*OPC?
24.3.2
Automatic measurements
Performing amplitude/time measurements
......................................................... 1261
.......................................................................................1262
......................................................................................... 1263
...................................................................................1264
24.3.2.1
Performing amplitude/time measurements
Command description is given in
Chapter 24.12.1, "General settings"
In the following example
*OPC
prevents overlapping execution of asynchronous com-
mands.
Programming examples