SCPI Command
DISPlay:COLor:BACK <numeric 1>,<numeric 2>,<numeric 3>
DISPlay:COLor:BACK?
Sets or reads out the background 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>
0,0,0
Display > Properties > Color > Background > {Red | Green | Blue}
Equivalent COM Command
SCPI.DISPlay.COLor.BACK
Data = app.SCPI.DISPlay.COLor.BACK
app.SCPI.DISPlay.COLor.BACK = Array(255, 255, 255)
Variant (array of long) (read/write)
Back to DISPlay
Back to Command Finder