Provides access to the properties and methods that are used to display uncertainties for the measurement (Option S93015A/B).
Calibrations can be performed for ONLY ONE channel at a time.
Putting Error Term data into Uncertainty Cal Sets using remote commands is NOT supported.
Get a handle to the Uncertainty object.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim oUncert as Uncertainty
Set oUncert = app.ActiveMeasurement.Uncertainty
(Bold Methods or Properties provide access to a child object)
Methods |
Interface |
Description |
---|---|---|
IUncertainty |
Saves uncertainty data for the specified ports in three different formats. |
|
Properties |
||
IUncertainty |
Sets and returns whether to include the cable/connection repeatability contribution for the measurement trace. |
|
IUncertainty |
Sets and returns the coverage factor value to apply to the displayed uncertainty for the measurement trace |
|
IUncertainty |
Sets and returns the display type for uncertainties for the measurement trace |
|
IUncertainty |
Sets and returns whether to include the uncertainties associated with the correction error terms in the uncertainty values for the measurement trace. |
|
IUncertainty |
Sets and returns whether the noise contribution is currently included in the uncertainty values for the measurement trace. |
Interface |
Introduced with VNA Rev: |
IUncertainty |
10.40 |