07-15-2010 06:42 PM
Hi,
I am looking for a callback function to perform some initialization routines disregarding the execution using model or w/o model. The callback function that I end up choosing is 'SequenceFilePreInteractive' and it seems working as I wanted. However, I don't understand what it mean by 'PreInteractive'?
Thanks.
Peggy
Solved! Go to Solution.
07-16-2010 12:56 AM
Hi,
This callback allows you to perform some task (such as hardware Initialisation), before the selected step(s) are run. It's only called in Interactive Mode.
It's not used in Normal running ie Run Single Pass, TestUUT's or Run Sequence but it is used when you highlight some steps and use Run <selected steps> or Run <selected steps> Using Single Pass or TestUUT's.
Like wise there is a SequenceFilePostInteractive which would allow you to perform some tasks at the end of an Interactive run.
Hope this helps.