PySpice
PySpice copied to clipboard
Simulate electronic circuit using Python and the Ngspice / Xyce simulators
I have a simple question. I'm running ngspice version 36 and I get this error "Unsupported Ngspice version 36". How do I suppress this message from the console?
### Environment (OS, Python version, PySpice version, simulator) OS: Linux zealoft 5.11.0-1006-gcp #6-Ubuntu SMP Wed Apr 14 21:09:18 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Python version: 3.9.4 PySpice version: 1.4.3...
When parsing the ngspice stderr it could happen it throws only information messages like: `Trying gmin = 1.6548E-12 Note: One successful gmin step` or `Note: Starting dynamic gmin stepping` during...
### Environment (OS, Python version, PySpice version, simulator) OSX, python 3.6, pyspice 1.4.3, ngspice ### Expected Behaviour python ngspice-interpreter.py It's expected to print the results, but the error message is...
### Environment (OS, Python version, PySpice version, simulator) Linux, 3.8.10, 1.5, irrelevant ### Expected Behaviour Clone a circuit ### Actual Behaviour `NameError: Either TD or F, NL must be specified`...
### Environment (OS, Python version, PySpice version, simulator) Windows 10, Python 38, v1.5, ngspice ### Expected Behaviour The code should not raise exception. ### Actual Behaviour ``` Traceback (most recent...
Hello, I am trying to plug an external current source into a circuit I made with Pyspice. I first wanted to test the one in this [example](https://pyspice.fabrice-salvaire.fr/releases/v1.4/examples/ngspice-shared/external-source.html?highlight=voltage%20source). I modified the...
### Environment OS: Linux 4.19.184-antix.1-amd64-smp (antiX 21, based on debian), Python 3.8.12, PySpice 1.5, NgSpice 30 ### Expected Behaviour I'd expecte no errors when running the examples »low-pass-rc-filter.py« or »low-pass-rc-filter.ipynb«...
Environment: Ubuntu 20.04 LTS, Python 3.10, PySpice Version 1.5, Ngspice PySpice V1.5 supports ngspice version 34, whereas the latest ngspice verison is 35 and I get following warning while running...
https://forum.kicad.info/t/warning-avoid-all-links-to-kicad-pcb-org-use-kicad-org/31521 To make it easier to merge your pull request, you should divide your PR into smaller and easier-to-verify units. Please do not make a pull requests with a lot...