03-24-2023 11:07 AM
Hi! I'm using the Semnicon Module to implement wafer testing.
I'm trying to initialize custom instruments in the ProcessSetup sequence using a python class. I'd like to pass the pythojn object as a reference to the MainSequence so I could control my equipment there.
I see there's an example using C# but it only shows an example with NI equipment.
Is there a way of doing this using python? I can create a local object, but I see no way to pass it to the next sequence as a part of the Semiconductor Module.
Thanks!
03-30-2023 10:01 AM
I have solved the problem by using the sequence file global variable to store the instrument reference. This allows me to use it in other sub-sequences.
03-30-2023 10:04 AM
Are you using TSM for Python? https://pypi.org/project/nitsm/
I would recommend taking up training course to use TSM properly.