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:
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
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file pidsim-1.0rc6.tar.gz
.
File metadata
- Download URL: pidsim-1.0rc6.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bccf5aceb20030a7415ea13144a65089a638629bb2d405dcbb081d9b392826b |
|
MD5 | 1adec6a043431924e27e10f30ea05088 |
|
BLAKE2b-256 | 93c2210216f26dae7c770ea26c652dd8fa89c9480a15081ec200201d5f464a1f |