NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Calculating Mean & SD in Test Stand Locals Array

Hi,

 

I have an array of data that I would like to process to extract the statistical info like mean, SD etc. Is there a ready made function available in Test Stand to do this without writing custom expressions?

Thanks

0 Kudos
Message 1 of 2
(4,509 Views)

K_seeker,

 

Unfortunately, TestStand does not have built in expression functions for calculating statistical information.  You can see a list of all of the expression functions here:  https://www.ni.com/docs/en-US/bundle/teststand-api-reference/page/tsfundamentals/expression-function...

 

The easiest way to get the information you want is to pass the array to a code module (LabVIEW VI, CVI .dll, .NET assembly, etc.), do the arithmetic there, and pass the final value back to TestStand.

Josh W.
Certified TestStand Architect
Formerly blue
0 Kudos
Message 2 of 2
(4,501 Views)