E4990A Help
442
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":DISP:ENAB ON", True
Ana.WriteString ":DISP:ENAB?", True
Var=Ana.ReadNumber
Equivalent Softkey
Display > Update
COM Command Syntax (Internal Control Only)
SCPI.DISPLAY.ENABLE
:DISP:FSIG
Type
Command/Query
Syntax
:DISPlay:FSIGn {ON|OFF|1|0}
:DISPlay:FSIGn?
Description
This command turns ON/OFF the large "Fail" display on the LCD screen
when the limit test fails.
Variable
Parameter Selection Option
Description ON/OFF of the "Fail" display when the limit test fails
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value ON
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":DISP:FSIG ON", True
Ana.WriteString ":DISP:FSIG?", True
Var=Ana.ReadNumber
Related Commands