ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change teststand step.comp to other symble

Dear All:
      I use teststand 3.5 operator interface(simple OI),and I add one column in Execution View which called compare type,and I set this column Expression Type,and the expression is PropertyExists("Step.Comp")?Step.Comp:"",which means,If the step type is numeric limit test,it will show the step compare type when the step run.
     And My question is how to change compare type to other symble,for example,change the "GELE" to "><"(See the attachment picture),so the people who use this Operator Interface,He can quickly know the compare type.I have tried change this symble in Teststand Language floder,but It can not change.Who Can tell me how to do,Thank you!
0 Kudos
Message 1 of 2
(2,947 Views)
Try the following:

PropertyExists("Step.Comp")?ResStr("NI_SUBSTEPS", Step.Comp):""

Allen P.
NI
0 Kudos
Message 2 of 2
(2,927 Views)