Skip to content

Qorvo/PyQSPICE

Repository files navigation

PyQSPICE



About PyQSPICE and QSPICE

The PyQSPICE is a Python package / class of wrapper script interface for the QSPICE™ - a SPICE circuit simulator - available from Qorvo at no cost.

The PyQSPICE invokes QSPICE executable files in a CUI (Charactor User Interface) manner.

  • PyQSPICE executes simulations.
  • PyQSPICE loads simulation results into Python memory for plotting.
  • PyQSPICE expects QSPICE schematic (.qsch) or netlist (.cir) files prepared by users.
    • Using QSPICE GUI to capture schematics
    • Generate netlist files manually or programming manner

Documents

INSTALL.md ::

Please start with this installation procedure of PyQSPICE environment.

QuickStart.md ::

From the end of INSTALL.md document, it continues to this quick start document.

Examples ::


License and Availability

The PyQSPICE is under the Qorvo software license,

and PyQSPICE is available from two (2) repositories at the Qorvo@GitHub and the PyPI