NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TS_PropertyGetValNumber multiple numeric limit test

Solved!
Go to solution

Hello

 

For a numeric limit test i get the testlimit in CVI with 

tsErrChk(TS_PropertyGetValNumber(testData->seqContextCVI, &errorInfo,"Step.Limits.Low", 0, &MinVoltage));

 

How do i get the test limits in CVI for the multiple numeric limit test ?

 

Thanks in advance

0 Kudos
Message 1 of 3
(916 Views)

Sorry I don't know CVI but I did find this example white page that might be helpful.

 

Multiple Numeric Limit Test Step Type - LabWindows/CVI - TestStand 2019 Help - National Instruments ...

0 Kudos
Message 2 of 3
(904 Views)
Solution
Accepted by Tonnie

Hi,

 

For multiple numeric limit step you need to get the values from the following variable :

RaviShrigiri_0-1646767664496.png

 

So instead of step.limit.low use

step.Result.Measurement0.Limits.Low ( for the first limit and so on...)

 

Regards,

 

Ravi

 

0 Kudos
Message 3 of 3
(884 Views)