NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

using variants to set/get container variables?

I am trying to determine if there is a way to retreive TestStand container variables into CVI using variants.  The goal is to not have to get each member of the container separately.  I am not seeing a way to do this - if it can please done can you please provide an example?  Thanks.
0 Kudos
Message 1 of 3
(2,828 Views)
Hi Snood1,

There are several ways to pass containers to and from code modules, one of which is the same method you are currently employing.

I've found an old discussion forum that still is relevant to your question - you can find it here:

http://forums.ni.com/ni/board/message?board.id=270&message.id=1001&requireLogin=False

Hope this helps! If you have more questions feel free to let us know.

Have a good one Snood1,
Dan Weiland
0 Kudos
Message 2 of 3
(2,809 Views)
Thanks for the info.  I think it doesn't look like I can really save any time.  I really don't want to do any struct-passing either.  It's easier just to get each member of a container individually.
0 Kudos
Message 3 of 3
(2,776 Views)