UncertaintyManager Object


Description

Provides access to the properties and methods that are used to characterize Dynamic Uncertainties (Option 015).

Accessing the UncertaintyManager object

Get a handle to a the UncertaintyManager through the Application Object.

Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)

Dim uMgr as UncertaintyManager
Set uMgr = app.UncertaintyManager

See Also:

(Bold Methods or Properties provide access to a child object)

Methods

Interface

See History

Description

Recall

UncertaintyManager

Loads an uncertainty ‘workspace’ (*.ml4) file.

Save

UncertaintyManager

Saves an uncertainty ‘workspace’ (*.ml4) file.

Properties

 

 

CableRepeatabilityEnabled

UncertaintyManager

Allows cable repeatability data to contribute to the uncertainty of a calibration.

Cables

UncertaintyManager

Provides access to the collection of characterized cables used in Dynamic Uncertainty calibrations.

Characterizer

UncertaintyManager

Provides access to the Methods and Properties used to perform Uncertainty characterizations.

MaximumUncertaintyPoints

UncertaintyManager

Sets and returns maximum number of points for which uncertainties are to be computed.

PortNoiseEnabled

UncertaintyManager

Allows noise data to contribute to the uncertainty of a calibration.

Ports

UncertaintyManager

Provides access to the collection of VNA ports used in Dynamic Uncertainty calibrations.

StandardDefinitionsEnabled

UncertaintyManager

Allows cal standard data to contribute to the uncertainty of a calibration.

IUncertaintyManager History

Interface

Introduced with PNA Rev:

IUncertaintyManager

10.40