NAWindow Object


Description

The NAWindow object controls the part of the display that contains the graticule, or what is written on the display.

Accessing the NaWindow object

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

See Also:

(Bold Methods or Properties provide access to a child object)

Methods

Interface

Description

Autoscale

INaWindow

Autoscales all measurements in the window.

Shared with the Trace Object

ShowMarkerReadout

INaWindow

Shows and Hides the Marker readout for the active marker in the upper-right corner of the window object.

ShowTable

INaWindow

Shows or Hides the specified table for the active measurement in the lower part of the window object.

Properties

 

Description

ActiveTrace

INaWindow

Sets a trace to the Active Trace.

LimitTestXPosition

INaWindow4

Sets the X-axis position of the Limit Line Pass/Fail indicator.

LimitTestYPosition

INaWindow4

Sets the Y-axis position of the Limit Line Pass/Fail indicator.

MarkerReadout

INaWindow

Sets and reads the state of the Marker readouts.

MarkerReadoutResponsePlaces

INAWindow3

For the Y-axis (response), sets the number digits to display after the decimal point in marker readouts.

MarkerReadoutSize

INaWindow

Specifies the size of font used when displaying Marker readout in the selected window.

MarkerReadoutsPerTrace

INAWindow3

Sets the number of marker readouts to display per trace.

MarkerReadoutStimulusPlaces

INAWindow3

For the X-axis (stimulus), sets the number digits to display after the decimal point in marker readouts.

MarkerReadoutXPosition

INAWindow3

Sets the X-axis position of marker readouts.

MarkerReadoutYPosition

INAWindow3

Sets the Y-axis position of marker readouts.

MarkerSymbol

INAWindow3

Sets the symbol to display for marker position.

MarkerSymbolsAboveTrace

INaWindow4

Specifies whether or not to force marker symbols to be displayed above the trace

OneMarkerReadoutPerTrace

INaWindow

Superseded with MarkerReadoutsPerTrace Property

ScaleCouplingMethod

INaWindow2

Sets and returns the method of scale coupling.

ScaleCouplingState

INaWindow2

Enables and disables scale coupling for the specified window.

Title

INaWindow

Writes or reads a custom title for the window.

TitleState

INaWindow

Turns ON and OFF the window title.

Traces

INaWindow

Collection for getting a handle to a trace or iterating through the traces in a window.

WindowNumber

INaWindow

Reads the number of the active window.

WindowState

INaWindow

Maximizes or minimizes a window.

Shared with the Application Object

 

INaWindow History

Interface

Introduced with PNA Rev:

INaWindow

1.0

INaWindow2

9.0

INaWindow3

9.30

INaWindow4

10.30