SCPI Command
DISPlay:COLor:TRACe<Tr>:DATA <numeric 1>,<numeric 2>,<numeric 3>
DISPlay:COLor:TRACe<Tr>:DATA?
| Sets or reads out the data trace color. | 
|---|
| command/query | 
Trace <Tr>,
<Tr>={[1]|2|...16}
| <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>
Varies depending on the trace number.
Display > Properties > Color > Data Trace > {Red | Green | Blue}
Equivalent COM Command
SCPI.DISPlay.COLor.TRACe(Tr).DATA
Data = app.SCPI.DISPlay.COLor.TRACe(Tr).DATA
app.SCPI.DISPlay.COLor.TRACe(Tr).DATA = Array(255, 255, 0)
Variant (array of long) (read/write)
Back to DISPlay
Back to Command Finder