02-03-2014 03:13 PM
The "RunState.Caller.Locals.UUT.SerialNumber" reference does not for the newer version of TestStand. What would be another method to get the UUT serial number for the batch?
Please help. Thanks.
02-03-2014 03:36 PM
RunState.Caller.Locals.UUT.SerialNumber only works in certain locations, specifically when Runstate.Caller is Runstate.Root.
Use RunState.Root.Locals.UUT.SerialNumber.