NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to store results in Multiple Numeric Test

Solved!
Go to solution

My VI returns two individual doubles (not in an array), output power and frequency

 

I'm trying to setup a multiple numeric test in TestStand but having difficulty in storing the readings.

 

By using the following, I get errors.

VI output Power : Step.Result.Measurement["Measurement 0"].Data

VI output frequency : Step.Result.Measurement["Measurement 1"].Data

 

Would appreciate some guidance.

 

Thanks

0 Kudos
Message 1 of 4
(3,054 Views)

What error does it return? Maybe sharing a snapshot of Step Setting would help. I tried with one value and it seems to be working good for me. See the snapshot of Step setting attached.

 

*************************************************
CLD
*************************************************
Download All
0 Kudos
Message 2 of 4
(3,039 Views)

Hi,

I have 2 seperate measurements (not array), and I save them into the .data field.

In my results there is no value in the data field.

What am I doing wrong here?

Thanks

0 Kudos
Message 3 of 4
(3,010 Views)
Solution
Accepted by topic author morngoose

Got it working 🙂

 

Results had to be stored in Step.NumericArray[0], Step.NumericArray[1] and not Step.Result.Measurement["Measurement 0"] like I had it.

 

Thanks

0 Kudos
Message 4 of 4
(3,002 Views)