LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Listing Step Fields of a Testand application.

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 ?
CLA, CTA, LV Champion
View Cyril Gambini's profile on LinkedIn
This post is made under CC BY 4.0 DEED licensing
Download All
0 Kudos
Message 1 of 2
(2,403 Views)
Hi man,

Why not using the VI get property value or the property object class to recover the properties of step...
You have to use the Lookup string to specify which property you want to recover...

Kamal
NIF
0 Kudos
Message 2 of 2
(2,382 Views)