09-18-2016 10:36 PM
I have custom C# OI which is running up to 4 sockets in parallel mode. Let's say slots 1 and 4 on my Test fixture are broken, so I can use only 2 and 3. The question is ... how I can skip sockets 1 and 4 and run 2 and 3 only? Thanks a lot.
Solved! Go to Solution.
09-19-2016 05:17 AM
Hi, airspan,
Can you add an action to check the fixture of the curent socket first and then decide if resume the rest steps or not?