SCPI Command
DISPlay:COLor:GRATicule <numeric 1>,<numeric 2>,<numeric 3>
DISPlay:COLor:GRATicule?
Sets or reads out the grid and the graticule label color for trace display. |
---|
command/query |
<numeric 1> |
Red value R from 0 to 255 |
<numeric 2> |
Green value G from 0 to 255 |
<numeric 3> |
Blue value B from 0 to 255 |
Sets the value of the limit, which is closer to the specified value.
<numeric 1>, <numeric 2>, <numeric 3>
160,160,164
Display > Properties > Color > Grid > {Red | Green | Blue}
Equivalent COM Command
SCPI.DISPlay.COLor.GRATicule
Data = app.SCPI.DISPlay.COLor.GRATicule
app.SCPI.DISPlay.COLor.GRATicule = Array(128, 128, 128)
Variant (array of long) (read/write)
Back to DISPlay
Back to Command Finder