UutIndex Property (AApp)

Version 8

Returns the current running UUT index.

Syntax

[ lIndex = ] Object.UutIndex

The UutIndex property syntax has the following parts:

 

Name

Type

Description

Object

AApp

AApp object

lIndex

Long

0 based index of the current UUT index.

Comments

This UUT index is used when testing multiple UUT at the same time. This number is in the range of 0 and  App.UutCount-1.

ATEasy will set the UutIndex property before switching to the next UUT and calling OnInitSwitchUut event to the value as indicated by UutNextIndex property.

Example

The following statement takes a measurement using a channel that is calculated according to the current UUT index:

System DMM Switch Measure (7+app.UutIndex, DC, TestResult)

Applies to

AApp

See Also

App.UutCount, App.UutNextIndex, App.UutSwitchLevel, AProgram.UutIndex