Write/Read |
About Dynamic Uncertainty |
Description |
Sets and returns the coverage factor value to apply to the displayed uncertainty for the selected measurement trace. Coverage Factor corresponds to the level of confidence used in computing the specified measurement uncertainties. |
||||||||||
VB Syntax |
uncert.CoverageFactor = value |
||||||||||
Variable |
(Type) - Description |
||||||||||
uncert |
An Uncertainty (object) |
||||||||||
value |
Long. Choose from:
|
||||||||||
Return Type |
Long |
||||||||||
Default |
2 |
||||||||||
Examples |
uncert.CoverageFactor = True |
||||||||||
C++ Syntax |
HRESULT get_CoverageFactor(long *pSigma); HRESULT put_CoverageFactor(long sigma); |
||||||||||
Interface |
IUncertainty |