Hi,
i have a SequenceCall in a TestStand script and i want to get access to all parameters which are located within this call via TestStand API on C#.
Following code gets access to this step, but i would like to know which method can help me for my purpose:
var PropertyObject = MainSequence.GetStep(i, StepGroups.StepGroup_Main).Module.AsPropertyObject(); //with i=iteration of for-loop
PropertyObject.... (?)
Thank you in advance!
Best regards