NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Status expression function

Solved!
Go to solution

In a verify step Expression>Status Expression: the following appears which looks like a function. Is it a standard function? Where are such functions defined?

 

CheckLimits(Step.DataSource == "Step.Result.Numeric" ? Step.Result.Numeric : (Step.Result.Numeric = Evaluate(Step.DataSource)), Step.Limits.High, Step.Limits.Low,Step.Comp)

 

 

Thanks,

 

jvh

0 Kudos
Message 1 of 2
(3,153 Views)
Solution
Accepted by topic author jvh75021

It is a standard function. Click any expression browser button ( "f(x)" ) and look in Operators/Functions>>Functions>>Other>>Check Limits

Message 2 of 2
(3,148 Views)