NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

lookupstring for "measurement result" and "unit"

Hello,

I use CVI to run a teststand sequence. In that CVI function I need to know the "measurement result" and "unit" of the last NumericLimitTest step. I know that by using the function TS_PropertyGetValString and TS_PropertyGetValNumberI can get different parameters. What is the Lookup String that I should use to get the measurement result and unit of the last step?

 

He Jia Ying

hejy@gameco.com.cn

0 Kudos
Message 1 of 5
(3,575 Views)

Hi~

 

The follow one document and one example detail the related information. Hope these helps.

http://zone.ni.com/devzone/cda/tut/p/id/2700

http://decibel.ni.com/content/docs/DOC-11447

 

Xiaojian Wang

0 Kudos
Message 2 of 5
(3,554 Views)

sorry, I can't find the lookupstring for "measurement result" and "unit" in these samples.

0 Kudos
Message 3 of 5
(3,546 Views)

"RunState.PreviousStep.Result.Numeric"

"RunState.PreviousStep.Result.Units"

 

If you set a breakpoint in your execution and look at the variables window you can see what sorts of things are available at runtime.

 

Hope this helps,

-Doug

0 Kudos
Message 4 of 5
(3,544 Views)

It work. Thank you very much!

0 Kudos
Message 5 of 5
(3,535 Views)