03-10-2011 09:21 PM
Hi All,
i have a sequence,i need to get a final result about a pass/fail step.and there are a series of setting step before the pass/fail step.So when the step return "failed",The sequence will return the previous setting steps(using the go to step on the failed),such as:power on,instrument setting......Actually,i only care the final step,But i noticed the final report will display all the failed steps.i want to know if have some settings for the application(only record the latest result of the step) in teststand.
BR
Johnny
03-11-2011 12:55 AM - edited 03-11-2011 12:55 AM
Hi,
You can use the SequenceFilePostResultList callabck to discard a step results.
There is and example of using this callback in the TestStand Examples
03-11-2011 02:50 AM
There is a Record Result check box in the Step Properties->Run Options. If you uncheck that, then results for those steps will not be recorded.
Thanks,
Sathish