Write/Read |
About Dynamic Uncertainty |
Description |
Sets and returns whether the noise contribution is currently included in the uncertainty values for the measurement trace. |
VB Syntax |
uncert.MeasurementNoiseUncertainty = value |
Variable |
(Type) - Description |
uncert |
An Uncertainty (object) |
value |
(Boolean) Choose from: False - Noise contribution is NOT included. True - Noise contribution is included. |
Return Type |
Boolean |
Default |
True |
Examples |
uncert.MeasurementNoiseUncertainty = True |
C++ Syntax |
HRESULT get_MeasurementNoiseUncertainty(VARIANT_BOOL *pState); HRESULT put_MeasurementNoiseUncertainty(VARIANT_BOOL state); |
Interface |
IUncertainty |