NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to calculate arrays of the same size element-wise in TestStand?

See subject!

 

 

I mean   array_c=array_a - array_b like it is possible in Labview?

 

Many thanks in advance.  

0 Kudos
Message 1 of 3
(3,189 Views)

 I just found the answer a couple of messages before:  so I need to run the calculation statement in a loop with the loop-index as the index parameter of the operands, so step by step for each index. That's ok.

 

Thanks guys!

0 Kudos
Message 2 of 3
(3,183 Views)

Or you could pass the arrays in and out of a VI (or other code module that has the desired operations).

0 Kudos
Message 3 of 3
(3,181 Views)