NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Slicing multidimentional arrays

I have a subsequence which takes a parameter, let's say, Parameters.Array[0..3]. My main sequence has a local, Locals.Array[0..15][0..3]. I would like to pass Locals.Array[row] to the sub-sequence, but TestStand 2.0 complains. I've tried a few permutations of the basic idea, but nothing works.

Does TestStand 2.0 not support slicing multidimensional arrays?

- Ron
0 Kudos
Message 1 of 2
(3,008 Views)
Ron -
TestStand does not have expression functions or methods for slicing multidimensional arrays. This would have to done in a code module.

Scott Richardson (NI)
Scott Richardson
https://testeract.com
0 Kudos
Message 2 of 2
(3,008 Views)