06-28-2006 09:59 AM
06-29-2006 06:41 PM
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,