Description
Two testsets can be connected and controlled by the VNA at any time.
The item number in the testsets collection is set by the DIP switches on the testset rear-panel. The valid item numbers are 1 and 2. If the testset DIP switches are set to 1, then item number in the collection is 1, and so forth. See your E5091A documentation for more information.
If the specified testset is not connected to USB or not ON, then setting Enabled = True will return an error. All other properties can be set when the testset is not connected.
Child of the Application Object. Get a handle to one of the E5091Testset objects by specifying an item of the collection.
Dim pna
Set pna = CreateObject("AgilentPNA835x.Application")
Dim testsets As E5091Testsets
Set testsets = pna.E5091Testsets
Dim tset1 As E5091Testset
Set tset1 = testsets(1)
Methods |
Description |
---|---|
Use to get a handle to a testset in the collection. |
|
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: |
IE5091Testsets |
5.2 |