Value Property (ATest)

Returns or sets a required value in a Tolerance/Precise test type.

Syntax

Object.Value [ = dValue ]

The Value property syntax has the following parts:

 

Name

Type

Description

Object

ATest

ATest object

dValue

Double

An integer specifying the test value used in the Tolerance test.

Example

The following statement shows how to set the reference value to be used in this Tolerance or Precise Test to 5.0:

Test.Value = 5.0

Applies to

ATest

See Also

Type, ValueMinus, ValuePlus