I have built a sequence that calls a LabVIEW GUI allowing the user to select a wide array of test sequences (hundreds) that have been built for testing a product. The UI will allow the user to repeat tests multiple times, thus being able to stress test the product, or ensure tests are run over any length of time. The one final nit that is bothering me is the very last test that is run retains the result tab for that last test.
I know the command string for closing the sequence editor tab if the sequence is run from the command line.... I want a command that I can specify the sequence that was run within the sequence editor that will allow me to close that specific result tab.
Is there one?