Hello,
When using the batch model we often disable certain sockets that are not being used. When we do this, TestStand still pops open blank execution windows for the unused sockets. This considerably shrinks down the usable space for the sockets being used. As an example, if I have a 3-socket batch test being ran but am only using the middle socket (socket 1), then when the test is running it only has 1/4 of the screen available to see the steps and details. This is mainly during development (not the user interface), but that's exactly when I need the screen size to be reasonable to be able to do dev/debug. Is there a simple menu item I'm missing that says "do not show disabled sockets"? If not, I'd like to be able to control this through code so that I can control when the window is shown or not based on whether the socket is disabled.
Is there any way to make TestStand not open an empty window if the socket is disabled?
Thanks!