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

Module stepping

source code


This is a small utility for interactively stepping through a simulation.

Usage:
    import stepping
    (simulation model)
    stepping.stepping(Globals) # instead of 'simulate(until = endtime)

Functions [hide private]
 
stepping(glob) source code