Read/Write |
About Dynamic Uncertainty |
Description |
Sets and returns the ON/OFF state of allowing the uncertainty associated with the standard definitions in the cal kits to contribute to the uncertainty of a calibration performed using Dynamic Uncertainty. The uncertainty data for the Cal standards must also be present at the time the calibration is performed. |
VB Syntax |
uncertMan.StandardDefinitionsEnabled = value |
Variable |
(Type) - Description |
uncertMan |
An UncertaintyManager Object |
value |
(Boolean) Enable state. Choose from: True - Standard definition uncertainty ON. False - Standard definition uncertainty OFF. |
Return Type |
Boolean |
Default |
True |
Examples |
uncertMan.StandardDefinitionsEnabled = True |
C++ Syntax |
HRESULT get_StandardDefinitionsEnabled([out,retval] VARIANT_BOOL* pState); HRESULT put_StandardDefinitionsEnabled([in] VARIANT_BOOL state); |
Interface |
IUncertaintyManager |