From: <fhe...@is...> - 2005-09-02 16:38:38
|
Hi Everybody, I am running a very simple simulation that schedules a single event at time 10. When I run the simulation it uses time steps of 0.1 units to get to time 10. No more events are scheduled, but the simulator keeps rumnning until the StoppingTime. My questions are: - Since running a simulation by 0.1 unit time steps is very slow to run when multiple replications are neded and no animation is required, how can I avoid this 0.1 Time Step, so the simulation time just jumps from one scheduled simulation event to the next one? -How can I make the simulator stop when there are no more scheduled events (I mean schduled by my model not animation events)? Francisco |