NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Anyone familiar with NI TestStand?

I'm learning NI TestStand, and I'm having issues with arrays. I have an array of size 10 which is of type 'Container.' I'm trying to have a function which checks the size of this local array and set that equal to a Local integer variable. I found the link below, but it doesn't work for me at all and I keep getting an error message saying "Method GetDimensionSizes() does not exist in interface "Array Dimensions"

0 Kudos
Message 1 of 2
(513 Views)

Hi,

 

Please try this :

Locals.size=Locals.container1.GetNumElements()

 

Ravi

0 Kudos
Message 2 of 2
(511 Views)