10-31-2008 02:18 PM
Hi:
I'm trying to create a trace file that contains information on every single step executed by Teststand. I do not want to have to edit any test sequence files, only the model files. I have tried using sequence callbacks StationPreStep (StationCallbacks.seq), ProcessModelPreStep (BatchModel.seq) and SequenceFilePreStep (BatchModel.seq). All of these only show me some of the steps. I do not see step results for any of the test sockets. I only see steps that have been called by the controlling 'Test UUTs' socket.
Can anyone tell me how to implement a PreStep callback on the test socket steps without editing any test sequence files?
Thanks,
Dave
10-31-2008 02:42 PM