Hi Harry,
Thanks for your response.
If I set an output, could I then use that to determine the next component choice through a branch object?
Kind regards,
Charlie
--
You received this message because you are subscribed to a topic in the Google Groups "Jaamsim Users Discussion Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jaamsim-users/V3H-xcB6Jo4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jaamsim-user...@googlegroups.com.
Visit this group at https://groups.google.com/group/jaamsim-users.
To view this discussion on the web, visit https://groups.google.com/d/msgid/jaamsim-users/bccc060f-be13-4bfe-9845-fe1fd46b20c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If I set an output, could I then use that to determine the next component choice through a branch object?
I'm modelling queues that can be served by one of multiple resources. I would like to be able to test a few different queue selection strategies.
I've started by creating an extension of the seize class 'mySeize' which can check multiple resources and seize the next available one.
I hope to simply assign the person being served with an attribute/output which states which resource they've seized so that they can be redirected in a subsequent 'branch'.
Can I assign the output for an entity passing through?