11-09-2009 01:10 PM
Hi,
How do I access "UUTResult.Status" from my code?
I can access the Serial number from "RunState.Root.Locals.UUT.SerialNumber" but I can't find where "UUTResult.Status" is stored.
Thanks & Regards,
Shane.11-10-2009 08:48 AM
Hi,
Is that a local in your Sequence?
Regards
Ray Farmer
11-10-2009 04:46 PM
Hi Shane,
I am not sure if this is what you are looking for, but the Pass/Fail status of the UUT is set by the MainSequence Callback step within the process model that you are using. You can get the value of this from the only element that is stored in the result list.
11-11-2009 01:03 PM
Hi,
I was actually looking for the status of one my subsequences..Which I got from RunState.Sequence.Main[Sequence ID].Result.Status
Thanks for all the help and sorry my description wasn't a bit clearer in my post.
Regards,
Shane.