Returns or sets a required value in a Tolerance/Precise test type.
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. |
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