NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

import/export properties of multiple numeric limit steps

Hello

I have a question to the property loader and the import/export tool in TestStand 3.5.
When I want to export the limits of a sequence with multiple numeric steps with the import/export tool, I press the Limits button to include the limits into the 'selected' field of the properties tab. But for the multiple numeric step the limits are included not for all indices but only once with an question mark instead of an index (Result.Measurement[?].Limits.Low, Result.Measurement[?].Limits.High, Result.Measurement[?].Limits.Comp).

The property loader step acts the same way. 
What can I do ?

Thanks
Olli


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

Hi Olli,

For the multiple numeric limit test, you will need to individually specify which numeric limits you want to export. Lets suppose you have 3 sets of limits for your multiple numeric limit test. If you wanted to export the first set, you would use the syntax

Step.Result.Measurement[0].Limits.Low
Step.Result.Measurement[0].Limits.High

You will need to do this for each set of limits you have in your array. Simply replace the "?" with the index of the element in the array.

Hope this helps!

Best Regards,

Jonathan N.
National Instruments
0 Kudos
Message 2 of 2
(3,471 Views)