NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use property loader in a main sequence to load properties in subsequence?

Solved!
Go to solution

In the PropertyLoader step, change the Start and End Marker to 

 

"Start_<Sequence>" and "End_<Sequence>"

 

 

 

 

Regards
Ray Farmer
0 Kudos
Message 11 of 14
(1,305 Views)

Hi Ray,

 

Thanks that worked, but if my start and stop markers are not defined does that mean in order to load a different set of limits I would need to call a seperate file?

 

Kind regards,

 

Hugo.

0 Kudos
Message 12 of 14
(1,301 Views)
Solution
Accepted by Hugo11

Not necessarily so, you would have to set your Start and End markers so that it takes in the <sequence> tag and also the different sets flag eg

 

"Start_Sequence>_"+Locals.set[Locals.index]

 

But it might be tidier if different sets of limits are contained in different files based on the unit under test, easier to control and maintain.

Regards
Ray Farmer
0 Kudos
Message 13 of 14
(1,299 Views)

Thanks for all your help, much apreciated.

0 Kudos
Message 14 of 14
(1,290 Views)