I have a VI that is basically one big tab control. Each of the tabs represents one of fifteen 32-bit registers found in this UUT. On each of the tab pages, the 32-bits of each register are broken out to provide bit-level control. Once the desired bits are set, the 32-bits can be sent (write command) to the card to the appropriate register.
I want to call this VI from TestStand, but I'm not sure how to refer to each page (tab). It would be nice to refer to it by its tab name (or something fairly pneumonic) instead of [0], [1], etc. Thoughts?