The ModelOptions callback is a great way for example to set the number of sockets in the batch model dynamically.
The issue is that this is set once and for all when the sequence is loaded.
Is there a way to set the number of batch sockets between batches?
I would like for our operators to be able to test 5 units one batch, then 4 the next, ...