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