Returns or sets a required range value below the Value in a Tolerance test type.
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. |
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