PySpice icon indicating copy to clipboard operation
PySpice copied to clipboard

Simulate electronic circuit using Python and the Ngspice / Xyce simulators

Results 152 PySpice issues
Sort by recently updated
recently updated
newest added

I'm using Ngspice version 36 During some simulations, I get messages like these on stderr: Trying gmin = 1.0000E-05 Warning: Further gmin increment and Trying gmin = 3.2781E-05 Note: One...

Hi! im trying to add spice models into the skywater open source pdk https://github.com/gdsfactory/skywater130/issues/16 what is the format for loading spice simulations in pyspice? @proppy

Environment (Ubuntu 20.04, Python 3.8.10, PySpice version, Simulator --> NgSpice) Issue: Unable to use Voltage Controlled Voltage Source (VCVS) Description: If I use the VCVS, I get AttributeError. PySpice Code:...

### Environment (OS, Python version, PySpice version, simulator) Spyder, Windows 11, pyspice v1.5, ngspice I'm running code nearly copied from the example here but with different components https://pyspice.fabrice-salvaire.fr/releases/v1.3/examples/advanced-usages/netlist-manipulations.html `class neuron(SubCircuitFactory):...

How can i extract S-parameters using PySpice? Is there any example to do that?

### Environment (OS, Python version, PySpice version, simulator) Linux Ubuntu 16.04 Python 3.5 PySpice 1.1.4 ### Expected Behaviour Running ``` import PySpice.Logging.Logging as Logging logger = Logging.setup_logging() from PySpice.Spice.NgSpice.Shared import...

not confirmed

### Environment (OS, Python version, PySpice version, simulator) OS : Windows 10 Python version : 3.8 PySpice version : 1.5 ### Expected Behaviour SpiceParser should parse the following subckt. ```...

### Environment (OS, Python version, PySpice version, simulator) Windows 10 21H1 / Python 3.9.6 / PySpice 1.5 ### Expected Behaviour `SpiceParser.__init__()` should correctly detect newline characters in the input string...

### Environment (OS, Python version, PySpice version, simulator) Windows 10, Python 3.8.8, PySpice v1.5, ngspice ### Expected Behaviour After installing PySpice and ngspice simulator, the provided example on RC filters...

### Environment (OS, Python version, PySpice version, simulator) Ubuntu 20.04, Python 3.9.7, PySpice 1.5 ### Expected Behaviour Work with Python Thread for parallel circuit simulation ### Actual Behaviour ``` Exception...