Write/Read
About Dynamic Uncertainty

CoverageFactor Property


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:

Coverage Factor

Approximate confidence level

1

67%

2

95%

3

99%

4

>99%

Return Type

Long

Default

2

Examples

uncert.CoverageFactor = True

C++ Syntax

HRESULT get_CoverageFactor(long *pSigma);

HRESULT put_CoverageFactor(long sigma);

Interface

IUncertainty


Last modified:

17-November-2014

New topic