enumAUutSwitchLevel Enum |
Version 8 |
Integer constants specifying the way UUT automatic switching is done in sequential run mode.
Name |
Value |
Description |
aUutSwitchStatement |
-2 |
Switch using the Uut statement |
aUutSwitchLevelTest |
-1 |
Switch to the next UUT after each test is complete |
aUutSwitchLevelProgram |
0 |
Switch to the next UUT after each program is complete |
aUutSwitchLevelTask |
1 * |
Default. Switch to the next UUT after each task is complete |
aUutSwitchLevelTask1 |
2 |
Switch to the next UUT after each top level task is complete |
aUutSwitchLevelTask2 |
3 |
Switch to the next UUT after each second level task is complete |
aUutSwitchLevelTask3 |
4 |
Switch to the next UUT after each third level task is complete |