Command/Query
:DISPlay:COLor<Dnum>:LIMit<Lnum> <Value1>, <Value2>, <Value3>
:DISPlay:COLor<Dnum>:LIMit<Lnum>?
This command sets/gets the fail display color used for the limit test result, Bandwidth test result and Ripple test result and the color of the limit line.
<Lnum> Fail display color: 1, limit line color: 2
<Dnum> Normal display: 1, Inverted display: 2.
Parameter |
Value1 |
Description |
Red |
Data Type |
Numeric type (Integer) |
Range |
0 ~ 5 |
Preset Value |
1 |
Parameter |
Value2 |
Description |
Green |
Data Type |
Numeric type (Integer) |
Range |
0 ~ 5 |
Preset Value |
1 |
Parameter |
Value3 |
Description |
Blue |
Data Type |
Numeric type (Integer) |
Range |
0 ~ 5 |
Preset Value |
1 |
{numeric 1}, {numeric 2}, {numeric 3}<newline><^END>
Dim Var as Multiple
Var= 1
Ena.WriteString ":DISP:COL:LIM1" & Str(Var), True
Ena.WriteString ":DISP:COL:LIM1?", True
Var=Ena.ReadNumber
System > Misc Setup > Display Setup > Color Setup > Normal | Invert > Limit Fail
System > Misc Setup > Display Setup > Color Setup > Normal | Invert > Limit Line
SCPI.DISPLAY.COLOR(Dnum).LIMIT(Lnum)