ValueMinus Property (ATest)

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

Syntax

Object.ValueMinus [ = dValueMinus ]

The ValueMinus property syntax has the following parts:

 

Name

Type

Description

Object

ATest

ATest object

dValueMinus

Double

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

Example

The following statement shows how to set the maximum allowable range below the reference value in a Tolerance Test to 0.1:

Test.ValueMinus = 0.1

Applies to

ATest

See Also

Type, Value, ValuePlus