From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

<UUTStatus> possible Values

Solved!
Go to solution

Hi all,

 

I'm developing my own model plugin and I  have to know if the test is OK or failed (failure or runtime error or terminated or arborted) in "UUT Done" callback

There is variable Parameters.UUTStatus string. Does it take predefined values? If yes, what are the possible values?

 

Thanks in advance for your help

 

 

 

0 Kudos
Message 1 of 4
(1,925 Views)
Solution
Accepted by topic author maxmont

Technically since it is a string then my guess is it could be anything, depending on how you wrote/modified the process model.

Natively I think the sequential model only returns 4 values.  The reason I think this is because if you look in DoPostUUT sequence in the process model it only handles the 4 scenarios.  I can't find documentation anywhere about all of the possibilities other than this.

 

They are:

Passed

Failed

Error

Terminated

 

Hope this helps,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 4
(1,890 Views)

OK, so If I understood, the 4 states are : "Passed", "Failed", "Error", "Terminated" ?

 

Thanks

 

 

 

0 Kudos
Message 3 of 4
(1,878 Views)

Correct!

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 4 of 4
(1,860 Views)