NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

NI_Flow_Case description property?

Hi,

I have a sequence that uses the select/case structure.   I want to access the "case" description column text, using labview gui called by one of the steps in the sequence.   I'm at the point where I've got the step references to the case steps (NI_Flow_Case step types), but cannot find a property/method which returns the text contained in the "description" field column in teststand.  I can see where to get at the step name, comment, but cannot find "description".  Is it possible to access this property?  I want to use this information to give the user choices of enabling/disabling certain tests using the gui prior to test run.

 

Thanks

David Jenkinson

0 Kudos
Message 1 of 2
(3,030 Views)

Thought I'd update my own issue, I finally found that there is a subproperty of the step called "ItemExpr" which contains the string I'm looking for.  So I've solved my own issue...

 

 

0 Kudos
Message 2 of 2
(3,011 Views)