Package SimPy :: Module Globals
[hide private]
[frames] | no frames]

Module Globals

source code

This file provides a global Simulation object and the global simulation methods used by SimPy up to version 1.9.1.

Functions [hide private]
 
initialize() source code
 
now() source code
 
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
 
simulate(until=0) source code
Variables [hide private]
  sim = None