Download List

Project Description

StepSim is a lightweight step-based simulation module written in Python. It can do simple real-time simulations of discrete systems. StepSim supports step-by-step simulation or can run until a break condition occurs. Simulations are made up of containers and converters. A container stores a discrete amount of units of a certain type. A converter draws units from one or more containers and delivers the result to another container. StepSim does not even attempt to do any parallel processing. It processes converters round-robin in a fixed order.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-07 23:15 Back to release list
0.4.0

The Simulation.check() was added to conveniently check a condition of the simulation using a string. Simulation.estimate_finish() was added, which creates a copy of the Simulation instance and runs it until a break condition occurs. The function be_quiet() was added to stop logging to stderr and stdout.

Project Resources