I'm trying to us the NI_MultipleNumericLimitTest with "Repeat Measurement Set" "ON" to perform the following:
1. locals.Array as the data source "[0..10]" array size
2. For the low limits "Parameters.low[x]"
3. For the Upper limits "Parameters.high[x]"
I'm just not sure how to index the array to point to the following
Locals.array[0] should use limit Parameters.low[0], Parameters.high[0],
Locals.array[1] should use limit Parameters.low[1], Parameters.high[1]
....
Locals.array[10] should use limit Parameters.low[10], Parameters.high[10]
any thoughts?