11-17-2011 05:49 AM
Hello,
in my Teststand-Model i have in SequenceFileLoad a SeqeunceCall that starts a sequence with Mode = NewExecution.
This sequence is then a continuesloop that runs endless.
Now i want to disable the Result-Recording for this sequence. I found the point in the menu Edit + Sequence properties + "Disable Result Recording for all steps".
The question is now: Is it enough if i set this checkbox in the Mainsequence? Or do i have to set in also in all subsequences that are called in the mainsequence?
And: How can i check if it is realy disabled? Can i create somethin like a popup-box that show all results that are collected up to this points?
Thanks for help
11-17-2011 06:03 AM
If the top level sequence step doesn't record any results either because the step has been set to not record or the sequence being called has the sequence property set not to record then no results will be saved for any step in the sequence and any subsequence called in that sequence.
11-17-2011 10:49 AM
More detail: results could be accumulated within sub-sequences, but they will then be discarded when returning to the main sequence for which result recording is disabled.