NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting the Batch Model Options within sequence

TestStand 2.
I have two batch test sequence programs that run from the same TestStand Station, one needs the model option 'sequential batch mode' set and the other does not. How do I set this option programatically from within the test sequence rather than having to change the option each time I change test sequences?
 
 
0 Kudos
Message 1 of 3
(3,227 Views)
Ooops- Listen to James 🙂


Message Edited by AllenP on 02-12-2008 12:16 PM
0 Kudos
Message 2 of 3
(3,224 Views)
I haven't tried it, but it looks like you can right click on your sequences list, select Sequence File Callbacks..., add the ModelOptions callback and edit it, and insert a statement step with:
 
Parameters.ModelOptions.SequentialBatchMode = true
 
 
0 Kudos
Message 3 of 3
(3,223 Views)