10-31-2024 01:14 PM
I'm trying to match a tuple output from a Python function with a TestStand container. I see you can sort a TestStand container by name, value, or type in the variable pane. The container though seems to have an order that matches the order in which the container elements are created, like a cluster in LabVIEW. A LabVIEW cluster can be reordered. Is there a way to see the TestStand container ordering?
10-31-2024 03:50 PM
I typically add the elements and then can drag them to the proper location based on how they are being sent from Python. I use the same name for the elements so that it makes creating the elements and setting the order easier.