12-02-2006 04:05 PM
12-03-2006 11:35 PM
ADL -
The entry point sequences in the default process models have SequenceCall steps to call the Configure Post Result Callbacks sequence in the model file. One step is called Setup Post Result Callbacks and the other is called Cleanup Post Result Callbacks. Looking at the sequence they call it has steps to enable or disable the model callbacks that the on-the-fly feature. The steps for enabling or disabling of the callbacks could be moved to right before and right after the MainSequence call.
12-04-2006 06:51 PM
Scott,
I'm not sure whether you're suggesting I move inside the Sequential model the Sequence Call:
"Setup Post Results Callback" to the line before "Main Sequence Callback", within the Test UUTs.
Or should I just be moving some portion of the "Setup Post Results Callback" as before.
A.
12-05-2006 09:40 AM