08-25-2009 04:16 PM
How do I programmatically add sequence callbacks to a main sequence ? For example, at setup I get an array that tells me which sequence files to run for each test instance. I want to call those sequence files as a sequence callback in the main sequence. I don't want to use the flow control as there is a large number of sequences for this ATE, and the test list can grow in the future.
Thanks,
Shari Chen
Symmetricom
Solved! Go to Solution.
08-25-2009 09:41 PM
You could take a look at
<TestStand x.x>\Examples\SequenceBuilderTool
<TestStand x.x>\Examples\SequenceFileTranslators
cc
08-26-2009 02:23 PM
Thanks 🙂 After posting themsg I did find Sequence builder tool, and it was exactly what I was looking for!
Thanks again....![]()