Write-only
About Windows

Add (NAWindows) Method


Description

Add a window to the display. Does not add a measurement. The window number must not already exist.

VB Syntax

wins.Add [item]

Variable

(Type) - Description

wins

A NAWindow collection (object)

item

(variant) - Window number. Choose between 1and the maximum number of windows allowed on the PNA.

See also Traces, Channels, and Windows on the PNA

Return Type

Object

Default

Not Applicable

Examples

wins.Add 3 'Creates a window number 3

C++ Syntax

HRESULT Add(long windowNumber )

Interface

INAWindows


Last modified:

4-Mar-2009

Removed optional argument

9/12/06

Modified for number of windows