pidsim 1.0rc6
PID Controllers simulator (core)
Warning
This package just have the python modules, not any GUI.
This package implements a basic toolbox for the study of the Control Systems and the simulation of PID controllers, using Python.
To use the examples, please initialize this package, using:
>>> from pidsim.types import * >>> from pidsim.discretization import * >>> from pidsim.pid_simulation import * >>> from pidsim.error import *
If you need some help with the use, or can help with the development, please contact the author via email or visit our project website:
All the help is welcome! :)
Basic installation
To install, type:
# python setup.py install
or use pip:
# pip install pidsim
To build doc (you'll need sphinx), type:
# make -C doc html
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| pidsim-1.0rc6.tar.gz (md5) | Source | 2010-11-01 | 20KB | 433 | |
- Author: Rafael Goncalves Martins
- Home Page: http://pidsim.org/
- License: GPL-2
- Platform: any
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- Intended Audience :: Education
- Intended Audience :: Science/Research
- License :: OSI Approved :: GNU General Public License (GPL)
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python :: 2
- Topic :: Education
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Information Analysis
- Topic :: Scientific/Engineering :: Visualization
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: rafaelmartins
- DOAP record: pidsim-1.0rc6.xml
