Remote control commands
R&S
®
RTE
1060User Manual 1326.1032.02 ─ 20
MEASurement:LTM ON
MEASurement:STAT ON
EXPort:MEASurement:SELect MEAS1
EXPort:MEASurement:TYPE LONGTERM
*OPC?
FORM ASC
EXPort:MEASurement:DATA?
<--50,0.24901185771,0.24731225296,0.24703557312,0.00069270717936,0,50,....
18.3.3 Mask testing
18.3.3.1 Creating a user mask
Creates new user mask "MyMask" with one inner segment, and turns on the mask test.
Command description in: Chapter 18.14, "Mask testing", on page 1331.
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
MTEST:ADD 'MyMask'
MTEST:SEGM:ADD 'MyMask'
MTEST:SEGM:POIN:ADD 'MyMask', 0
MTEST:SEGM:POIN:X 'MyMask', 0, 0, -20e-9
MTEST:SEGM:POIN:Y 'MyMask', 0, 0, -0.1
MTEST:SEGM:POIN:ADD 'MyMask', 0
MTEST:SEGM:POIN:X 'MyMask', 0, 1, -20e-9
MTEST:SEGM:POIN:Y 'MyMask', 0, 1, 0.1
MTEST:SEGM:POIN:ADD 'MyMask', 0
MTEST:SEGM:POIN:X 'MyMask', 0, 2, 20e-9
MTEST:SEGM:POIN:Y 'MyMask', 0, 2, 0.1
MTEST:SEGM:POIN:ADD 'MyMask', 0
MTEST:SEGM:POIN:X 'MyMask', 0, 3, 20e-9
MTEST:SEGM:POIN:Y 'MyMask', 0, 3, -0.1
MTEST:SEGM:REG 'MyMask', 0, INNER
MTEST:STAT 'MyMask', ON
*OPC?
18.3.4 Search
18.3.4.1 Searching for a pulse of specified width
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
Search for positive pulses with pulse width 12 ± 10 μs (2 μs to 22 μs).
Programming examples