NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Property Loader Step Limits => where to find in RunState?

Hi!

 

I use the Property Loader to import all Step Limits in all sequences. So in the dialog of the property loader step the properties list to import contains entries like "Step.Limits.Low".

 

Now I want to overwrite the imported values during runtime in special cases, but I don't find where the imported values are stored in RunState.xxx


Does anyone know where the imported values are stored???

 

Thanks in advance

Steffen

0 Kudos
Message 1 of 2
(2,895 Views)

It will be stored in the respective step variables.

 

You can use this (step name is "Numeric Limit Step" in this example)

 

RunState.Sequence.Main["Numeric Limit Test"].Limits.Low

 

 

 

 

 

 

0 Kudos
Message 2 of 2
(2,888 Views)