02-25-2018 02:41 PM
Hi,
I am super new to Teststand
I have a numeric limit test step wherein the limits are a multiplication of 2 floats. I would like to access the limits in VI for simulation purposes. I know that I can access the numeric value with GetValNumber property but I am unable to find the property for an expression like this 0.151*0.9
Solved! Go to Solution.
02-25-2018 09:28 PM
I'm not sitting at a PC with teststand. But, have you looked at the step itself for properties to see what is there? I'd expect to see a limit as one of the properties. With that, you can access the property and send it to LV as one of the inputs to your module.
I wouldn't think you'd need the extra function call to get the number out of the property.
02-26-2018 02:59 AM
I can access a limit in the VI as in the picture. But if I try to access the limit as I have mentioned above, it gives me a 0. I want to know which property I should use.
02-26-2018 04:00 AM
Hello GoKu25,
can you please try Step.Limits.LowExpr or Step.Limits.HighExpr as a string?
Hope it helps
02-26-2018 05:42 AM
Duplicate thread over on the TestStand board: Access Numeric limit test- limit expression in vi