SCPI Programmers Manual
53
11.5 MASK:SOOutput
11.6 MASK:X
11.7 MASK:Y
11.8 MASK:CREate
12. SYSTem Command Subsystem
Command List
:MASK:SOOutput <bool>
:MASK:SOOutput?
Turn on or off the sound prompt when the test fails output, or query the status of the
sound prompt.
:<bool> ::= {{1 | ON} | {0 | OFF}
▷Off: When a failed waveform is detected, it will be displayed and output, but the
buzzer will not alarm.
▷On: When a failed waveform is detected, it will be displayed and output, and the
buzzer will give an audible alarm (not related to the sound switch state)
:MASK:SOOutput ON /*Turn on the sound prompt*/
:MASK:SOOutput? /*The query returns ON*/
Set or query the level adjustment parameter in the pass / fail test rule. The default
unit is div.
The query returns the current level adjustment parameter in scientific notation.
:MASK:X 0.28 /*Set the level adjustment parameter to 0.28div*/
:MASK:X? /*The query returns 2.800000e-01*/
Sets or queries the vertical adjustment parameter in the pass / fail test rule. The
default unit is div.
:<value> ::= 0.04 -- 5.12
The query returns the current vertical adjustment parameter in scientific notation.
:MASK:Y 0.36 /*Set the vertical adjustment parameter to 0.36div*/
:MASK:Y? /*The query returns 3.600000e-01*/
Create a pass / fail rule with the currently set horizontal and vertical adjustment
parameters.
This command is valid only when the pass / fail test function is turned on (: MASK:
ENABle) and is not running (: MASK: OPERate)