Max Property (ATest)

Returns or sets a maximum allowed value in a Min-Max Test.

Syntax

Object.Max ( = dMax )

The Max property syntax has the following parts:

 

Name

Type

Description

Object

ATest

ATest object

dMax

Double

An integer specifying a maximum allowed value in a Min-Max Test

Example

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

Test.Max = 235.0 ! maximum power supply voltage

Applies to

ATest

See Also

Min, Type