NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

using property loader to import limit array

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?

 

0 Kudos
Message 1 of 2
(2,056 Views)

Hi Ccyclone128a,

 

Just to clarify, both your data source, as well as the parameters, are size 11 arrays? And you want to index through three of these arrays? 

Adena L.
Technical Support Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,016 Views)