NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign array value to container in Teststand?

Hi All,

 

I like to assign array values to container in teststand 

kindly help me to solve 

 

thanks in advance 

saran

0 Kudos
Message 1 of 2
(2,072 Views)

Not sure I understand the question but here goes.

 

If you have a TestStand Container (Locals.MyContainer) which has two fields, Num1 and Num2 which are Numbers and you also have a TestStand Array of Numbers.

To pass the element0 of the array to Num1 of the container use

Locals.MyContainer.Num1  = Locals.MyArray[0]

 

Hope this answers your question.

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,052 Views)