SCPI Programmers Manual
52
11.1 MASK:EANBle
11.2 MASK:SOURce
11.3 MASK:MDISplay
11.4 MASK:Output
:MASK:EANBle <bool>
:MASK:EANBle?
Turn the pass / fail test function on or off, or query the status of the pass / fail test
function.
:<bool> ::= {{1 | ON} | {0 | OFF}
:MASK:EANBle ON /*Turn on the pass / fail test function*/
:MASK:EANBle? /*The query returns ON*/
:MASK:SOURce <source>
:MASK:SOURce?
Set or query the measurement source of the pass / fail test.
:<source> ::= < CHANnel1|CHANnel2|MATH>
The query returns CHANnel1, CHANnel2, MATH
:MASK:SOURce CHANnel1 /*Set the measurement source of the pass / fail test to
CH1*/
:MASK:SOURce? /*The query returns CHANnel1*/
:MASK:MDISplay <bool>
:MASK:MDISplay?
When the pass / fail test is turned on, turn statistics on or off, or query the status of
the statistics.
:<bool> ::= {{1 | ON} | {0 | OFF}
The query returns ON,OFF.
:MASK:MDISplay ON /*Open statistics*/
:MASK:MDISplay?/*The query returns ON*/
:MASK:OUTPut <bool>
:MASK:OUTPut?
Turn output on or off, or query output stop status.
:<bool> ::= {{1 | ON} | {0 | OFF}
▷On: When a failed waveform is detected, the oscilloscope will stop the test and enter
the "STOP" state. At this time, the screen keeps displaying the measurement result
(if the display is turned on), and the rear panel [Trigger Out] (if enabled) outputs only
one pulse.
▷Off: Even if a failed waveform is detected, the oscilloscope will continue the test,
and the test results on the screen are continuously updated. The [Trigger Out] on the
rear panel will output a pulse each time a failed waveform is detected.
:MASK:OUTPut ON /*Stop the output*/
:MASK:OUTPut? /*The query returns ON*/