NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting tests names

I want to get names of Multiple Numeric Limit tests that I have in my sequence so that I may record the data and names in a database using the "Set and Put" data of the data operation. I can individually write each record by getting specific names and data from each step in the sequence, but I would prefer to have a loop where I can use a counter to get each test name from several Multiple Numeric Limit steps and put them in a database without having to individually record each test without a loop. Please help.
0 Kudos
Message 1 of 2
(2,898 Views)
Hi,

Try this example from a previous question. The step name is obtained which is used in the Title of a message popup.
You will probably need to use the format NameOf(RunState.Sequence.Main[0]) which would get the name of the first step in the Main for your sequence instead of NameOf(Step).
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000B8580000&UCATEGORY_0=_8_&UCATEGORY_S=0&USEARCHCONTEXT_QUESTION_0=get+step+names&USEARCHCONTEXT_QUESTION_S=0
Hope it helps.
Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,898 Views)