11-11-2009 10:48 PM
Hi, I want to use Batch Model in my testing system.
But there seems some problem when calling PID check.
eg.
SerialNumber A->Slot 1
SerialNumber B->Slot 2
My test software must know SerialNumber A and the related slot ID is Slot 1 and then check the related information.
How can teststand pass these kind of information to Source Code?
11-12-2009 04:35 PM
Assuming you are using an unmodified sequence model, the serial number is in RunState.Root.Parameters.TestSocket.UUT.SerialNumber.
01-25-2010 01:03 AM
By the way, in the parallel sequence model, is there any variable can be used to identify the test socket, lets say the configuration for 2 test sockets?
Thanks advance.
JL Kok
01-29-2010 12:00 AM
02-01-2010 04:38 PM
As Dennis mentioned, calling RunState.Root.Parameters.TestSocket.UUT.SerialNumber will return the serial number for the current Test Socket.
Calling RunState.TestSockets.MyIndex will return the Test Socket index for the current Test Socket.
Hope this helps. Please let us know if you have further questions regarding this topic.
02-02-2010 01:44 AM
Thanks a lot to all of you. Yes, this is the things that I am looking for.
Appreciate it a lot.