12-24-2007 12:38 AM
12-25-2007 01:27 PM
Hi VDC,
it is possible to use the process model. But i you wrote you want to initialize everytime you load the seqence file. There is a Engine Callback: SequenceFileLoad. This sequence is called every time you load the sequence. You will find it under Edit->Sequence File Callback..
Greetings and Merry Christmas
from the lake of Constance, Germany
Juergen
12-26-2007 03:13 AM
12-26-2007 03:40 AM
12-26-2007 07:17 AM
12-26-2007 08:44 AM
Hi VDC,
I have tried the mentioned Callbacks. All workes as assumed. I figured out that SequenceFile callback ist probably not the best for you because you can not give the instrument handel to your running execution(uut) with a SequenceFile Global (OK there are other solutions but i think they are too deep or not effectiv.)
I think you should try Pre and Post(for Cleanup Handles) UUT Loop
Just try the TS4.0 example
Greetings
Juergen