I have a measurement I need to do 15 times, and then find the median of it. More of a beginner to TestStand so if you could explain in simple terms, that would be great.
Right now I only do it once and save the resulting measurement as a variable.
What would be the best way to loop it 15 times? I'm using LabVIEW so I'm thinking I could save all 15 results as variables and then use a LabVIEW VI to find the median, but not sure how to save 15 individual variables using a loop. That's just one idea, but let me know if you have any more efficient ones! Thanks in advance.