In my Testand application I created my own step type. This step type has several containers (see picture1).
Using LabVIEW I would like to launch a VI as a substep pointing on the
step and listing the containers ( and controls inside thesecontainers)
using an ActivX pointer on the Testand API.
This basically works : This Context reference is passed to my VI as a
sequence context and I can then have a refrence on my step and have its
properties (see picture2)... But I can't find a way to list its
containers (Params in my app).
Can somebody help me ?