The NAWindow object controls the part of the display that contains the graticule, or what is written on the display.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim window As NAWindow
Set window = app.NAWindows(1)
window.AutoScale
or
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", "analyzerName")
app.NAWindows(1).AutoScale
(Bold Methods or Properties provide access to a child object)
Methods |
Interface |
Description |
---|---|---|
INaWindow |
Autoscales all measurements in the window. Shared with the Trace Object |
|
INaWindow |
Shows and Hides the Marker readout for the active marker in the upper-right corner of the window object. |
|
INaWindow |
Shows or Hides the specified table for the active measurement in the lower part of the window object. |
|
Properties |
|
Description |
INaWindow |
Sets a trace to the Active Trace. |
|
INaWindow4 |
Sets the X-axis position of the Limit Line Pass/Fail indicator. |
|
INaWindow4 |
Sets the Y-axis position of the Limit Line Pass/Fail indicator. |
|
INaWindow |
Sets and reads the state of the Marker readouts. |
|
INAWindow3 |
For the Y-axis (response), sets the number digits to display after the decimal point in marker readouts. |
|
INaWindow |
Specifies the size of font used when displaying Marker readout in the selected window. |
|
INAWindow3 |
Sets the number of marker readouts to display per trace. |
|
INAWindow3 |
For the X-axis (stimulus), sets the number digits to display after the decimal point in marker readouts. |
|
INAWindow3 |
Sets the X-axis position of marker readouts. |
|
INAWindow3 |
Sets the Y-axis position of marker readouts. |
|
INAWindow3 |
Sets the symbol to display for marker position. |
|
INaWindow4 |
Specifies whether or not to force marker symbols to be displayed above the trace |
|
INaWindow |
Superseded with MarkerReadoutsPerTrace Property |
|
INaWindow2 |
Sets and returns the method of scale coupling. |
|
INaWindow2 |
Enables and disables scale coupling for the specified window. |
|
INaWindow |
Writes or reads a custom title for the window. |
|
INaWindow |
Turns ON and OFF the window title. |
|
INaWindow |
Collection for getting a handle to a trace or iterating through the traces in a window. |
|
INaWindow |
Reads the number of the active window. |
|
INaWindow |
Maximizes or minimizes a window. Shared with the Application Object |
Interface |
Introduced with VNA Rev: |
INaWindow |
1.0 |
INaWindow2 |
9.0 |
INaWindow3 |
9.30 |
INaWindow4 |
10.30 |