Package controlsystems
source code
Python Control Systems core package
This package implements a basic toolbox for the study of the Control
Systems, using Python.
To use the examples, please initialize this package, using:
>>> from controlsystems.types import *
>>> from controlsystems.discretization import *
>>> from controlsystems.pid_simulation import *
>>> from controlsystems.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:
http://packages.python.org/controlsystems/
All the help is welcome! :)
Version:
1.0rc3
Author:
Rafael Goncalves Martins
Copyright:
(c) 2009 Rafael Goncalves Martins
License:
GPLv2
|
__email__ = ' rafael@rafaelmartins.com '
|
|
__description__ = ' A Python library for the study of the Contr ...
|
|
__url__ = ' http://packages.python.org/controlsystems/ '
|
|
__status__ = ' Beta '
|
|
__package__ = None
hash(x)
|
__description__
- Value:
' A Python library for the study of the Control Systems '
|
|