Read/Write |
About Dynamic Uncertainty |
Description |
Sets and returns the ON/OFF state of allowing noise data to contribute to the uncertainty of a calibration performed using Dynamic Uncertainty. Noise data must also be present for the ports at the time the calibration is performed. |
VB Syntax |
uncertMan.PortNoiseEnabled = value |
Variable |
(Type) - Description |
uncertMan |
An UncertaintyManager Object |
value |
(Boolean) Noise contribution state. Choose from: True - Noise uncertainty ON. False - Noise uncertainty OFF. |
Return Type |
Boolean |
Default |
True |
Examples |
uncertMan.PortNoiseEnabled = True |
C++ Syntax |
HRESULT get_PortNoiseEnabled([out,retval] VARIANT_BOOL* pState); HRESULT put_PortNoiseEnabled([in] VARIANT_BOOL state); |
Interface |
IUncertaintyManager |