ExternalTestsets Collection


Description

ExternalTestsets collection provides access to a TestsetControl object. Only one external testset can be controlled by the PNA at any time.

Accessing the ExternalTestsets collection

The ExternalTestsets collection is a property of the main Application Object. You can obtain a handle to a testset by specifying an item in the collection.

Visual Basic Example

Dim pna
Dim testsets As ExternalTestsets
Dim tset1 As TestsetControl
Set pna = CreateObject("AgilentPNA835x.Application")
Set testsets = pna.ExternalTestsets
Set tset1 = testsets(1)
' make COM calls on tset1 object
End Sub

See Also:

ExternalTestset Control COM Example

About External TestSet Control

TestsetControl Object

The PNA Object Model

 

Methods

Description

Add

Adds a testset to the collection and loads a test set configuration file.

Item

Use to get a handle to a testset in the collection.

TestsetCatalog

Returns a list of supported test sets.

Properties

Description

Count

Returns the number of items in a collection of objects.

Parent

Returns a handle to the current naNetworkAnalyzer application.

 

ExternalTestsets History

Interface

Introduced with PNA Rev:

IExternalTestsets

6.0

IExternalTestsets

6.2