Min Property (ATest)

Returns or sets a minimum required value in a Min-Max Test.

Syntax

Object.Min [ = dMin ]

The Min property syntax has the following parts:

 

Name

Type

Description

Object

ATest

ATest object

dMin

Double

An integer specifying the minimum required value in a Min-Max Test.

Example

The following statement shows how to set the minimum value for this Test:

Test.Min = 205.0 ! minimum power supply voltage

Applies to

ATest

See Also

Max, Type