LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any method to save TestStand container into a compatible CVI struct?

Good morning,

I created a new data type in TestStand which is a container with four numbers and one string and i need to develop a function in CVI which receives that container and saves all its info into a struct defined in the same way (with compatible data types).

I only know TestStand API Functions "TS_PropertyGetValNumber" and "TS_PropertyGetValString" which requires accessing all of the variables inside the container individually but in case there is a more direct method (specially for larger containers/structs) will be very useful to me.

Regards,

Alejandro

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

Hi Ale,

 

Trying to support you with your doubt, I add the following link, in which you can find examples and a series of instructions that will support you with your project.

 

Creating a Custom TestStand Data Type Using the TestStand API

 

Regards!

0 Kudos
Message 2 of 2
(2,350 Views)