Property (Read-Write)
SCPI.DISPlay.FSIGn = Status
Status = SCPI.DISPlay.FSIGn
This command turns ON/OFF the "Fail" display on the LCD screen when the limit test, bandwidth test and ripple test fails.
Parameter |
Status |
Description |
ON/OFF of the "Fail" display when the limit test fails |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
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.
Dim DispFail As Boolean
SCPI.DISPlay.FSIGn = False
DispFail = SCPI.DISPlay.FSIGn
SCPI.CALCulate(Ch).SELected.LIMit.STATe
SCPI.CALCulate(Ch).SELected.RLIMit.STATe
SCPI.CALCulate(Ch).SELected.BLIMit.STATe
SCPI.CALCulate(Ch).SELected.PLIMit.STATe
Analysis > Limit Test > Fail Sign
Analysis > Ripple Limit > Fail Sign
Analysis > Bandwidth limit > Fail Sign
Analysis > Point Limit Test > Fail Sign
:DISPlay:FSIGn {ON|OFF|1|0}
:DISPlay:FSIGn?
{1|0}<newline><^END>
10 OUTPUT 717;":DISP:FSIG OFF"
20 OUTPUT 717;":DISP:FSIG?"
30 ENTER 717;A