Provides access to the properties and methods that are used to characterize Dynamic Uncertainties (Option S93015A/B).
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
(Bold Methods or Properties provide access to a child object)
Methods |
Interface |
Description |
---|---|---|
UncertaintyManager |
Loads an uncertainty ‘workspace’ (*.ml4) file. |
|
UncertaintyManager |
Saves an uncertainty ‘workspace’ (*.ml4) file. |
|
Properties |
|
|
UncertaintyManager |
Allows cable repeatability data to contribute to the uncertainty of a calibration. |
|
UncertaintyManager |
Provides access to the collection of characterized cables used in Dynamic Uncertainty calibrations. |
|
UncertaintyManager |
Provides access to the Methods and Properties used to perform Uncertainty characterizations. |
|
UncertaintyManager |
Sets and returns maximum number of points for which uncertainties are to be computed. |
|
UncertaintyManager |
Allows noise data to contribute to the uncertainty of a calibration. |
|
UncertaintyManager |
Provides access to the collection of VNA ports used in Dynamic Uncertainty calibrations. |
|
UncertaintyManager |
Allows cal standard data to contribute to the uncertainty of a calibration. |
Interface |
Introduced with VNA Rev: |
IUncertaintyManager |
10.40 |