Hello Community,
Using Teststand 2014 32bit
I have an array that is one-dimensional with a size of ten (Array[10]). I want to be able to take an average of this array in Teststand. Using a statement expression I am able to do Numeric = ((Array[0] + Array[1] + ... Array [10]) /10), but that is tedious. Especially, if I have an array of more than ten.
In Teststand is there a math operation or another way to get the array average?