Skip to main content

PID Controllers simulator (core)

Project description

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:

http://pidsim.org/

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pidsim-1.0rc6.tar.gz (21.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page