SCPI.DISPlay.FSIGn

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.FSIGn = Status

Status = SCPI.DISPlay.FSIGn

Description

This command turns ON/OFF the "Fail" display on the LCD screen when the limit test, bandwidth test and ripple test fails.

Variable

Parameter

Status

Description

ON/OFF of the "Fail" display when the limit test fails

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the "Fail" display.

  • False or OFF : Turns OFF the "Fail" display.

Preset value

True or ON

On/off of the Fail display cannot be set at each test. When the Fail display of either of test is turned on, the Fail display of other tests turns on, too.

Examples

Dim DispFail As Boolean
SCPI.DISPlay.FSIGn = False
DispFail = SCPI.DISPlay.FSIGn

Related objects

SCPI.CALCulate(Ch).SELected.LIMit.STATe

SCPI.CALCulate(Ch).SELected.RLIMit.STATe

SCPI.CALCulate(Ch).SELected.BLIMit.STATe

SCPI.CALCulate(Ch).SELected.PLIMit.STATe

Equivalent key

Analysis > Limit Test > Fail Sign

Analysis > Ripple Limit > Fail Sign

Analysis > Bandwidth limit > Fail Sign

Analysis > Point Limit Test > Fail Sign

Equivalent SCPI command

Syntax

:DISPlay:FSIGn {ON|OFF|1|0}

:DISPlay:FSIGn?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":DISP:FSIG OFF"
20 OUTPUT 717;":DISP:FSIG?"
30 ENTER 717;A