05-19-2006 12:29 AM
SequenceFileViewMgr.GetCommand(
CommandKinds.CommandKind_ExecutionEntryPoints_Set, 1).Execute(true);How to modify this to perform looping of single pass for a profile?
Hope the query is clear.
05-19-2006 05:59 PM
SequenceFileViewMgr.GetCommand(CommandKinds.CommandKind_ExecutionEntryPoints_Set, 0).Execute(true);
05-22-2006 03:09 AM
Hi Patrick,
I do not want to use Test UUTs entry point because it displays a pop-up for the looping concept. The loop continues until we stop it manually. But my requirement is i have the loop count defined and i want the profile to iterate for so many number of time continuosly. Every time the iteration is done the UUT serial number is the same and there's no change in it. So i would not need the serial number pop-up window also.
Thanks and Regards,
MadhuSri
05-22-2006 03:39 AM
Hi,
The only way you are going to run the same sequencefile several times in succession is,
a) have a modified process model that enables this facility.
b) a modified Operator Interface that allows this.
The only other way would be to utilities the Interactive mode eg "Loop on Selected Step using" .
Regards
Ray Farmer
05-22-2006 05:18 PM