Description
ExternalTestsets collection provides access to a TestsetControl object. Only one external testset can be controlled by the VNA at any time.
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.
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
ExternalTestset Control COM Example
About External TestSet Control
Methods |
Description |
---|---|
Adds a testset to the collection and loads a test set configuration file. |
|
Use to get a handle to a testset in the collection. |
|
Returns a list of supported test sets. |
|
Properties |
Description |
Returns the number of items in a collection of objects. |
|
Returns a handle to the current naNetworkAnalyzer application. |
Interface |
Introduced with VNA Rev: |
IExternalTestsets |
6.0 |
IExternalTestsets |
6.2 |