NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

C# .Net Execute a sequence with a Container in parameter

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

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

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.

 

IsMu_0-1669973911844.png

 

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