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