08-24-2025 03:14 AM
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
08-25-2025 02:28 AM - edited 08-25-2025 02:28 AM
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
Make sure to create the array elements before trying to access them
08-25-2025 03:08 AM
Hi, Thank you so much for taking time to reply. I really appreciate it. I was able to implement solution to my queries.