05-24-2016 09:47 PM
Hello Everyone,
Is it possible to get the socket time shown in the default NI Semiconductor Test Operator Interface of NI in Sequence Editor?
Is there any expression in Sequence Editor that can get this socket time in Operator Interface?
How can I include this Socket Time in the STDF generated by Result Processing in Sequence Editor?
Thanks
Solved! Go to Solution.
05-26-2016 09:04 AM
I believe this will be possible, I'm going to dig into the OI this morning to determine how we can get this value and log it to the STDF. I'll send a follow up later today after I get the chance to look into this deeper.
Jon F.
Applications Engineer
05-26-2016 03:52 PM
Hi rntorres,
The socket time is already included in the STDF log in the PRR record under the TEST_T field (recorded in milliseconds). Are you looking to use this value for anything in particular?
05-30-2016 07:46 AM
Hello Gloorious,
When I checked the Test time included in the STDF file it seems that it is much faster compared to the Socket Time that OI shows. Yes I would like to include it in seperate file for reporting
05-30-2016 07:49 AM
Hello Jon F.,
thanks for your response. Is there a particular expression in Sequence Editor which will can I get the Socket Time?
05-31-2016 02:04 PM
The socket execution time is stored in the TestResultsPropertyObject. One way to access this object is through the MainSequenceResult parameter in the Model Plugin - UUT Done entrypoint. The TS.TotalTime property records the total amount of time it took to execute the MainSequence Callback of your test code. This is the value included in the default reports.
The OI is displaying the Average Socket Time of the entire batch execution, which it obtains from the Semiconductor Module Manager.
I hope this helps.
06-16-2016 09:15 PM
Thanks Steven. I've already verified that the Socket Time is being logged in the STDF generated by Sequence Editor Result Processing.