09-19-2023 09:47 AM
I've been seeing posts stating that this data gets stored in the "Runstate.Root.Locals.UUT.SerialNumber" parameter, but whenever I call this parameter in any expression I get the "Unknown variable or property name" error retruned back.
Where is UUT serial number stored? I need to access that parameter as I need to write it into a text file for programming purposes later in the test sequence.
Thanks,
JD
Solved! Go to Solution.
09-19-2023 10:51 AM
09-20-2023 08:36 AM
Setting the breakpoint helped. I was calling it incorrectly and like you said, the actual variable doesn't appear unless during runtime. Thanks for pointing that out.