Remote control commands
R&S
®
RTE
1058User Manual 1326.1032.02 ─ 20
Manual reference level definition using absolute values
Set reference levels manually for waveform C1W1 (= suffix 2), defining high and low
signal levels and the distances between signal and reference levels.
REFLevel2:LDETection MANual
REFLevel2:LMODe ABS
REFLevel2:ABSolute:HIGH 0.12
REFLevel2:ABSolute:TDIStance 0.03
REFLevel2:ABSolute:Low -0.12
REFLevel2:ABSolute:BDIStance 0.04
*OPC?
REFLevel2:ABSolute:MLEVel?
<-- 0
18.3.2.3 Waveform histograms
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
Creating and reading histograms
The example creates a histogram, activates two measurements (mean and standard
deviation measurements of Histogram1), and queries the results of both measure-
ments.
Command description in:
●
Chapter 18.12.1, "General settings", on page 1250
●
Chapter 18.12.6.2, "Histogram measurement", on page 1283
●
Chapter 18.12.2, "Results", on page 1254
LAY:HIST:ADD 'Histogram1', C1W1, -2.5E-007, 2.5E-007, -1.32, 5.35, OFF, VERT *OPC?
MEAS1 ON
MEAS1:HIST:SEL 'Histogram1'
MEAS1:CAT HIST
MEAS1:MAIN HME
*OPC?
MEAS2 ON
MEAS2:HIST:SEL 'Histogram1'
MEAS2:CAT HIST
MEAS2:MAIN HSTD
*OPC?
MEAS1:RES:ACT?
MEAS2:RES:ACT?
Programming examples