Provides access to the properties and methods that are used to assign a cable to the port and reset noise data.
Get a handle to the Port object through the Ports Collection.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim oPorts as UncertaintyManager
Set oPorts = app.UncertaintyManager.Ports
Dim oPort1 as Ports(1)
Methods |
Interface |
Description |
---|---|---|
IUncertaintyPort |
Resets (clears) the characterized noise data for the VNA port. |
|
Properties |
|
|
IUncertaintyPort |
Set and return the cable name that is assigned to the port. |
|
IUncertaintyPort |
Returns the VNA port number. |
Interface |
Introduced with VNA Rev: |
IUncertaintyPort |
10.40 |