|Pypi License| |Pypi Python Version|
|Anaconda Version| |Anaconda Downloads|
Quick Links
- Production Branch
- Devel Branch
- Travis CI
- pyspice@conda-forge
- conda-forge/pyspice
- ngspice@conda-forge
- Ngspice
- Ngspice Bug Tracker
- Xyce of Sandia National Laboratories
Thanks to Discourse, PySpice now has a Forum hosted at https://pyspice.discourse.group
Disclaimer: PySpice is developed on my free time actually, so I could be busy with other tasks and less reactive.
An issue was found with NgSpice Shared, we must setlocale(LC_NUMERIC, "C"); see https://sourceforge.net/p/ngspice/bugs/490/
PySpice is a Python module which interface |Python|_ to the |Ngspice|_ and |Xyce|_ circuit simulators.
The documentation is available on the |PySpiceHomePage|_.
Note: This site is hosted on my own infrastructure, if the site seems done, please create an issue to notify me.
Thanks to Discourse, PySpice now has a Forum hosted at https://pyspice.discourse.group
- support Ngspice and Xyce circuit simulators
- support Linux, Windows and Mac OS X platforms
- licensed under GPLv3 therms
- implement an Ngspice shared library binding using CFFI which support external sources
- implement (partial) SPICE netlist parser
- implement an Oriented Object API to define circuit
- export simulation output to |Numpy|_ arrays
- plot using |Matplotlib|_
- handle units
- work with Kicad schematic editor
- implement a documentation generator
- provides many examples
Look at the installation section in the documentation.
To make it easier to merge your pull request, you should divide your PR into smaller and easier-to-verify units.
Please do not make a pull requests with a lot of modifications which are difficult to check. If I merge pull requests blindly then there is a high risk this software will become a mess quickly for everybody.
Authors: Fabrice Salvaire and contributors