PySpice
PySpice copied to clipboard
Simulate electronic circuit using Python and the Ngspice / Xyce simulators
I installed PySpice using: `pip install PySpice` I tried running `pyspice-post-installation --install-ngspice-dll` but it failed due to an SSL error. So I installed ngspice from the [main website](https://ngspice.sourceforge.io/download.html). I then...
**Fixes #379** This pull request addresses an issue where PySpice incorrectly handles certain stderr outputs from libngspice version 43, specifically messages like "Using SPARSE 1.3 as Direct Linear Solver". These...