03-28-2017 08:14 AM
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
05-05-2017 12:27 PM
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!