Package SimPy
[show private | hide private]
[frames | no frames]

Package SimPy

SimPy a process-based simulation package in Python

LICENSE:
Copyright (C) 2002,2004,2005  Klaus G. Muller, Tony Vignaux
mailto: kgmuller@xs4all.nl and Tony.Vignaux@vuw.ac.nz

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
END OF LICENSE

Contains the following modules:
Simulation - module implementing processes and resources
Monitor - dummy module for backward compatibility
SimulationTrace - module implementing event tracing
SimulationRT - module for simulation speed control
SimulationStep - module for stepping through simulation event by event
SimPlot - Tk-based plotting module
SimGui - Tk-based SimPy GUI module
Lister - module for prettyprinting class instances
__version__ = '$Revision: 1.1.1.11 $ $Date: 2006/06/05 09:21:11 $ kgm'

Submodules
  • Lister: Lister 1.7 Pretty-printer for SimPy class objects
  • Monitor: Monitor 1.7.1 This dummy module is only provided for backward compatibility.
  • MonitorTest
  • SimGUI: SimGUI 1.7.1 Provides a Tk/Tkinter-based framework for SimPy simulation models.
  • SimPlot: SimPlot 1.7.1 Provides basic plotting services based on Tk/Tkinter.
  • Simulation
  • SimulationRT
  • SimulationStep
  • SimulationTrace
  • testSimPy
  • testSimPyRT
  • testSimPyStep
  • testSimPyTrace
  • tkconsole: A Tkinter-based console for conversing with the Python interpreter, featuring more tolerant pasting of code from other interactive sessions, better handling of continuations than the standard Python interpreter, highlighting of the most recently-executed code block, the ability to edit and reexecute previously entered code, a history of recently-entered lines, automatic multi-level completion with pop-up menus, and pop-up help.
  • tkprogressbar

Variable Summary
str __SimPyVersion__ = '1.7.1 Jun 2006'

Variable Details

__SimPyVersion__

Type:
str
Value:
'1.7.1 Jun 2006'                                                       

Generated by Epydoc 2.1 on Wed Jun 14 14:32:45 2006 http://epydoc.sf.net