Provides access to the methods and properties used to modify the VNA Display and Print colors.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835X.Application")
Set displayColors = app.Preferences.DisplayColors
'or
'Set printColors = app.Preferences.PrintColors
displayColors.ActiveLabels = 657930
Modify Display Colors Example
(Bold Methods or Properties provide access to a child object)
Methods |
Interface |
|
---|---|---|
IColors |
Load a color theme from a disc file. |
|
IColors |
Resets the current theme to the default VNA colors. |
|
IColors |
Saves the current color theme to a disc file. |
|
Properties |
Description |
|
IColors |
Sets labels and grid frame colors in the active window. |
|
IColors2 |
Set and return the background color for the active window on the VNA display or hardcopy print. |
|
IColors |
Set and return the background color for the inactive windows on the VNA display or hardcopy print. |
|
IColors |
Set and return the limit line color of failed traces. |
|
IColors |
Set and return the inner lines of all grid in all windows. |
|
IColors |
Set and return the Inactive (not selected) Window Labels. |
|
IColors |
Provides access to the ComTraceColors Object for setting colors for the first 8 traces |
I Interface |
Introduced with VNA Rev: |
IColors |
9.0 |
IColors2 |
9.2 |