Hello,
I'm trying to call a variables arguments function coded in C from teststand and I have no idea how to do that.
The function can be called in C as follow:
SetParameters(ID,Data,null);
SetParameters(ID1,Data1,ID2,Data2,ID3,Data3,null);
...
Thank you for your response