NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

.net invocation call using testand API in C#

Hi, Am creating sequence in teststand using C# API. So am able to create step but am not able to load the root class, assembly name. I am using tetststand 2019. How do i write the code for root class. also how do i call method in .net invocation

0 Kudos
Message 1 of 3
(164 Views)

Since this is the latest thread, you have re-opened , I am going to answer here....

 

 

I dug a litlle bit to give you some directions:

 

- go to Configure -> StationOptions ->Preferences: check Show Hidden Properties

- manually create a .net Step as you would like to create ist automatically.

- one the step properties page, go to Property Browser

the SDATA structure will show you the porperties you have to set

Oli_Wachno_0-1756106848591.png

 

Make sure to create the array elements before trying to access them

 

 

Message 2 of 3
(126 Views)

Hi, Thank you so much for taking time to reply. I really appreciate it. I was able to implement solution to my queries.

0 Kudos
Message 3 of 3
(116 Views)