I am working in a Project where I have to use the TestStand APIs in a C# (WPF). I have not worked in this area before and I am not able to find any references or materials regarding it.
I want to get 2 inputs from user say x and y using a C# UI. Now I have to send these x and y values to TestStand where I have a Function member of the same class which will get these inputs and add both. My need is that as soon as I enter the x and y value in the UI and press some button ("Save Changes") the values should be populated in the parameters of the function that is called. The whole thing is a custom step.
Any idea is appreciated. I feel very thankful if you suggest some materials for my reference. Thanks in advance.