Port Object


Description

Provides access to the properties and methods that are used to assign a cable to the port and reset noise data.

Accessing the Port object

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)

See Also:

Methods

Interface

See History

Description

ResetNoise Method

IUncertaintyPort

Resets (clears) the characterized noise data for the VNA port.

Properties

 

 

Cable

IUncertaintyPort

Set and return the cable name that is assigned to the port.

Number

IUncertaintyPort

Returns the VNA port number.

IUncertaintyPort History

Interface

Introduced with PNA Rev:

IUncertaintyPort

10.40