I want to output the report file at intervals in a thermal test. Is it practical to create a sequence call that will output to a report file all the data acquired until that point? I can see how this could be done using the on-the-fly report generation, but I would like to avoid the overhead of processing the results as steps are executing. I looked at calling the report generation sequences from inside my main sequence but could not determine how to access all the data required for the parameters of those sequences.