Read/Write
About Dynamic Uncertainty

UncertaintyEnabled Property


Description

Sets and returns the ON/OFF state which determines if the calibration that is about to be performed will support Dynamic Uncertainty for S-Parameters (Opt. 015).

Dynamic Uncertainty for S-Parameters is supported ONLY for calibrations on standard S-Parameter channels. Calibrations performed with that feature enabled do NOT support the use of ALL traditional Guided calibration commands. 

These existing commands are used for the performing of the calibration:

CalKitType

Initialize

GenerateSteps

GetStepDescription

AcquireStep

GenerateErrorTerms

These commands might also optionally be used in performing the cal:

GetCompatibleCalKits

OrientECALModule

ECALPortMapEx

VB Syntax

guidedCal.UncertaintyEnabled = value

Variable

(Type) - Description

guidedCal

An GuidedCalibration Object

value

(Boolean) Enable state. Choose from:

True - The next calibration initialized for the channel will support Dynamic Uncertainties for S-Parameters.

False - The next calibration initialized for the channel will NOT support Dynamic Uncertainties for S-Parameters.

Return Type

Boolean

Default

False

Examples

guided.UncertaintyEnabled = True

See example program

C++ Syntax

HRESULT get_UncertaintyEnabled(VARIANT_BOOL* pState);

HRESULT put_UncertaintyEnabled(VARIANT_BOOL state);

Interface

IGuidedCalibration11