Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1004 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 1004 Bytes

ngspicepy

Build StatusCoverage Status

ngspicepy is a python library for ngspice. ngspice is general purpose free and open source circuit simulator. While the simulator is quite powerful, processing data after the simulation isn't straightforward. The plot windows aren't very impressive either. This library's main aim is to provide a set of functions that allow one to run simulations on ngspice and get the data in numpy arrays.

Software Requirements

  1. A GNU/Linux based OS.
  2. python 3.5
  3. ngspice - Both the binary and the shared library. Instructions for installing the latter are given below.
  4. numpy

Documentation

The documentation for this project is at https://ashwith.github.io/ngspicepy/.