SetTestMin Procedure

Modifies the value of the lower limit (MIN) allowed for the current MIN-MAX Test.

Syntax

SetTestMin ( dMin )

The SetTestMin procedure syntax has the following parts:

 

Name

Type

Description

dMin

Val Double

New lower limit data

Comments

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.

Example

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)

See Also

AVarTest, AVarTestResult, GetTestMax, GetTestMin, SetTestMax