06-28-2016 08:26 AM
Hi All,
How to pass parameter to the step type in batch model?
For example: test socket = 2, the 1st UUT use the instrument(Addr=10),the 2nd UUT use the instrument(Addr=11),how to pass the addr=11 to the step type?
Solved! Go to Solution.
06-28-2016 08:38 AM
Hi weschen-
When you refer to 'pass parameter to the step type in batch model', are you referring to calling a subseqeuence and passing a parameter with a SequenceCall step in your client Sequence File?
Also, are you attempting to pass a different address value to the parameter of your subsequence based on the TestSocket Index?
-Jeff
06-28-2016 08:46 AM
thank you for you help.
use a array for instrument addr, pass the array to the step type,and the array index is define by RunState.TestSockets.MyIndex.
05-17-2018 12:38 AM
Can You provide us with more detailed information how did you solve this ??