Provides access to the methods and properties used to modify the VNA Display and Print colors.
Both the Display and Print ComColor objects contain 8 Trace objects (1 to 8).
'1st Trace' is NOT always Trace1 (Tr1). For example, the first trace in a window might be Tr2 which is drawn with the "1st Trace" pen.
The first 8 traces are drawn with the defined pen colors. The next eight traces reuse the same colors, and so forth. For example, if all traces are numbered sequentially, the 9th and 17th traces are drawn using the same color as the 1st trace.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835X.Application")
Set displayColors = app.Preferences.DisplayColors
'or
'Set printColors = app.Preferences.PrintColors
dim Trace1
Set Trace1 = displayColors.Trace(1)
Trace1.DataAndLimits = RGB(1,251,1)
Modify Display Colors Example
Methods |
Interface |
|
---|---|---|
None |
|
|
Properties |
Description |
|
ITraceColors |
Set and return the color of Data and Limit Lines for nth trace in a window. |
|
ITraceColors |
Set and return the color of data trace markers for nth trace in a window. |
|
ITraceColors |
Set and return the memory trace color for nth trace in a window. |
|
ITraceColors |
Set and return the color of memory trace markers for nth trace in a window. |
I Interface |
Introduced with VNA Rev: |
ITraceColors |
9.0 |