Is it possible to set the target batch size of Queue in the model parameter table?
Not found in the menu.
Is it possible to set the target batch size of Queue in the model parameter table?
Not found in the menu.
Hi anonymous user, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.
If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.
It seems the batch size hasn't been turned into a "property" yet. I also don't have the 21.2 version available right now to check if it was added.
You can still set the batch size though. If you have already chosen the queue as reference, open the code editor for "On Set" and change it to the following:
/**Custom Code*/ treenode reference = param(1); Variant newValue = param(2); Variant oldValue = param(3); int isReset = param(4); reference.as(Object).setVariable("batchsize", newValue);
Everything but the first row should already be in there. The last row sets the batch size of the queue.
"Properties" and the "setProperty" command were added relatively recently and not all variables are available as those yet. If you find more options that are not available you can look if you find the value under the "variables" node in the objects tree. Then use the above "setVariable" command to change it.
14 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved