Remote control commands
R&S
®
RTE
1057User Manual 1326.1032.02 ─ 20
LAYout:ZOOM:REM 'Diagram1', 'MyZoom1'
*OPC?
18.3.2 Automatic measurements
18.3.2.1 Performing amplitude/time measurements
Command description is given in Chapter 18.12.1, "General settings", on page 1250
and Chapter 18.12.2, "Results", on page 1254
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
Simple frequency and amplitude measurement
SING;*OPC?
MEAS1:SOUR C1W1 // Configure frequency measurement
MEAS1:MAIN FREQ
MEAS1 ON
*OPC?
MEAS2:SOUR C1W1 // Configure amplitude measurement
MEAS2:MAIN AMPL
MEAS2 ON
*OPC?
MEAS1:RES:ACT? // Get frequency result
MEAS2:RES:ACT? // Get amplitude result
*OPC?
18.3.2.2 Setting reference levels
Command description in Chapter 18.12.13, "Reference levels", on page 1308
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
Manual reference level definition using relative values
Reference levels are set to 15%, 50%, and 85% of the high signal level for waveform
Ch2 (= suffix 5).
REFLevel5:LDETection MANual
REFLevel5:LMODe REL
REFLevel5:RELative:MODE USER
REFLevel5:RELative:LOWer 15
REFLevel5:RELative:MIDDle 50
REFLevel5:RELative:UPPer 85
*OPC?
Programming examples