Modifies the value of the upper limit (MAX) allowed for the current MIN-MAX Test.
SetTestMax ( dMax )
The SetTestMax procedure syntax has the following parts:
Name |
Type |
Description |
dMax |
Val Double |
New upper limit data |
The MAX value is defined in the Task/Test Property page. The function temporarily changes this value at run time.
The Max value can be accessed/set via the internal variable Test and its property Max as in Test.Max.
The following example offsets the Test upper limit according to a measurement taken.
dMax = GetTestMax( )
Measure System DMM J1-11 (TestResult)
dx = dMax + TestResult
SetTestMax(dx)