Property (Read-Write)
SCPI.DISPlay.COLor(Dnum).TRACe(Tr).DATA = Data
Data = SCPI.DISPlay.COLor(Dnum).TRACe(Tr).DATA
This command sets/gets the color of the data trace of traces 1 to 16 (Tr), for normal display (Dnum: 1) and inverted display (Dnum: 2).
Parameter |
Data |
Description |
Indicates 3-element array data.
The index of the array starts from 0. |
Data type |
Variant type (Variant) |
Range |
|
Resolution |
1 |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
Dim TrColor As Variant
SCPI.DISPlay.COLor(1).TRACe(1).DATA = Array(1,2,3)
TrColor = SCPI.DISPlay.COLor(1).TRACe(1).DATA
SCPI.DISPlay.COLor(Dnum).RESet
System > Misc Setup > Color Setup > Normal|Invert > Data Trace 1|Data Trace 2|
Data Trace 3|Data Trace 4|Data Trace 5|Data Trace 6|Data Trace 7|Data Trace 8|Data Trace 9
:DISPlay:COLor{[1]|2}:TRAC{[1]-16}:DATA <numeric 1>,<numeric 2>,<numeric 3>
:DISPlay:COLor{[1]|2}:TRAC{[1]-16}:DATA?
{numeric 1},{numeric 2},{numeric 3}<newline><^END>
10 OUTPUT 717;":DISP:COL1:TRAC1:DATA 1,2,3"
20 OUTPUT 717;":DISP:COL1:TRAC1:DATA?"
30 ENTER 717;A,B,C