This file provides a global Simulation object and the global
simulation methods used by SimPy up to version 1.9.1.
|
|
|
|
|
stopSimulation()
Application function to stop simulation run |
source code
|
|
|
_startWUStepping()
Application function to start stepping through simulation for
waituntil construct. |
source code
|
|
|
_stopWUStepping()
Application function to stop stepping through simulation. |
source code
|
|
|
activate(obj,
process,
at=' undefined ' ,
delay=' undefined ' ,
prior=False)
Application function to activate passive process. |
source code
|
|
|
reactivate(obj,
at=' undefined ' ,
delay=' undefined ' ,
prior=False)
Application function to reactivate a process which is active,
suspended or passive. |
source code
|
|
|
|