Command/Query
:DISPlay:COLor<Dnum>:GRATicule<Gnum> <Value1>, <Value2>, <Value3>
:DISPlay:COLor<Dnum>:GRATicule<Gnum>?
This command sets/gets the color of the graticule label.
<Dnum> Normal display: 1, Inverted display: 2
<Gnum> Outer frame line of the graph: 1, Color of the grid line of the graph: 2
Parameter |
Value1 |
Description |
Red |
Data Type |
Numeric type (Integer) |
Range |
0 to 5 |
Preset Value |
3 |
Parameter |
Value2 |
Description |
Green |
Data Type |
Numeric type (Integer) |
Range |
0 to 5 |
Preset Value |
3 |
Parameter |
Value3 |
Description |
Blue |
Data Type |
Numeric type (Integer) |
Range |
0 to 5 |
Preset Value |
3 |
{numeric 1}, {numeric 2}, {numeric 3}<newline><^END>
Dim Var as Variant
Ana.WriteString ":DISP:COL:GRAT1 5, 5, 5", True
Ana.WriteString ":DISP:COL:GRAT1?", True
Var=Ana.ReadList
System > Misc Setup > Display Setup > Color Setup > Normal | Invert > Graticule Main
System > Misc Setup > Display Setup > Color Setup > Normal | Invert > Graticule Sub
SCPI.DISPLAY.COLOR(Dnum).GRATICULE(Gnum)