12-01-2022 08:40 AM
Hello,
I'm working on a C# .Net app which uses TestStand API.
I'm trying to execute a sequence, which takes a Container in parameter.
Can you help me with this, with an example or an explanation ?
I initialized a PropertyObject this way :
PropertyObject result = engine.NewPropertyObject(PropertyValueTypes.PropValType_Container, false, "", 0);
I managed to give regular types in parameters (one or several), but I do not understand how the containers work.
Thank you very much
12-02-2022 03:45 AM - edited 12-02-2022 03:46 AM
Hello, here is more detail.
In TestStand, here is what my sequence will take in parameters.
I would like to understand how I can get this in C# code.