Skip to content

Latest commit

 

History

History
171 lines (113 loc) · 3.36 KB

File metadata and controls

171 lines (113 loc) · 3.36 KB

Simulate Electronic Circuit using Python and the Ngspice / Xyce Simulators

.small-text {font-size: smaller} .spacer {height: 30px} .reduced-width { max-width: 800px } .row {clear: both} @media only screen and (min-width: 1000px), only screen and (min-width: 500px) and (max-width: 768px){ .column { padding-left: 5px; padding-right: 5px; float: left; } .column2 { width: 50%; } .column3 { width: 33.3%; } }
PySpice logo

Overview

PySpice is a free and open source (*) Python module which interface |Python|_ to the |Ngspice|_ and |Xyce|_ circuit simulators.

|Ngspice|_ is a fork of the famous SPICE circuit simulator, while |Xyce|_ is a SPICE compatible simulator developed by the Sandia National Laboratories.

.. rst-class:: small-text

    (*) PySpice is licensed under GPLv3 terms.

PySpice implements a Ngspice binding and provides an oriented object API on top of SPICE, the simulation output is converted to |Numpy|_ arrays for convenience.

PySpice requires Python 3 and works on Linux, Windows and OS X.

:ref:`To read more on PySpice <overview-page>`

.. rst-class:: clearfix row

.. rst-class:: column column2

What's changed in versions

.. rst-class:: column column2

How to install PySpice on your system

.. rst-class:: column column2

Answers to frequent questions

.. rst-class:: column column2

Many examples to learn how to use PySpice. To learn more on how to run theses examples, read the :ref:`introduction to the examples <example-introduction-page>`.

.. rst-class:: column column2

How to contribute to the project

.. rst-class:: column column2

Technical reference material, for classes, methods, APIs, commands.

.. rst-class:: column column2

Guidelines to cite PySpice

.. rst-class:: column column2

If you want to donate to the project or need a more professional support.

.. rst-class:: clearfix row

Table of Contents

.. toctree::
  :maxdepth: 3
  :numbered:

  overview.rst
  news.rst
  roadmap.rst
  installation.rst
  simulators.rst
  faq.rst
  example-introduction.rst
  examples/index.rst
  example-whish-list.rst
  design-notes.rst
  reference-manual.rst
  development.rst
  how-to-refer.rst
  donate.rst
  on-the-web.rst
  related-projects.rst
  bibliography.rst