NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand string value custom step type

How do I create custom step type that functions are String value test type? I see in the custom step type it added the Result container, but do I need to manually add the limits container and write a post step VI to compare the Limits.string wtih DataSource? Or is there a simpler method?

 

Thanks!!

*************************************************
CLD
*************************************************
0 Kudos
Message 1 of 2
(1,095 Views)

All comparison should be done in the Status Expression.  Check out the other test step types and see how they do it in the status expression.  

 

The only one that doesn't use the status expression is the multi numeric limit.  This is because it has to use a sub step to iterate through all of the limits.

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