UutIndex Property (AApp) |
Version 8 |
Returns the current running UUT index.
[ 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. |
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.
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)
App.UutCount, App.UutNextIndex, App.UutSwitchLevel, AProgram.UutIndex