What is the best way to get many (100) fields from a python obj into teststand.
We're comming from C#, where it's possible to generate a data-type in TestStand based on the data-type in C# (at least on C# structs).
That means if we have a C# struct with hundred of fields, TestStand can create a similar custom data type with the correct field names, by a right click.
How do I access field values in a Python object passed back into Teststand ?
we are using TestStand 2014.
Is it an advantage to use TestStand 2019 in this respect ?