Write/Read |
About Dynamic Uncertainty |
Description |
Sets and returns whether the uncertainties associated with the correction error terms are being included in the uncertainty values for the measurement trace. |
VB Syntax |
uncert.ErrorTermUncertainty = value |
Variable |
(Type) - Description |
uncert |
An Uncertainty (object) |
value |
(Boolean) Choose from: False - Error Terms are NOT included. True - Error Terms are included. |
Return Type |
Boolean |
Default |
True |
Examples |
uncert.ErrorTermUncertainty = True |
C++ Syntax |
HRESULT get_ErrorTermUncertainty(VARIANT_BOOL *pState); HRESULT put_ErrorTermUncertainty(VARIANT_BOOL state); |
Interface |
IUncertainty |