ValuePlus Property (ATest)

Returns or sets a required range value above the Value in a Tolerance test type.

Syntax

Object.ValuePlus [= dValuePlus ]

The ValuePlus property syntax has the following parts:

 

Name

Type

Description

Object

ATest

ATest object

dValuePlus

Double

An integer specifying a required range value above the Value in a Tolerance test type.

Example

Thef ollowing statement shows how to set the maximum allowable range above the reference value in a Tolerance Test to 0.5:

Test.ValuePlus = 0.5

Applies to

ATest

See Also

Type, Value, ValueMinus