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

There was someone doing OpenSpice, they quit 2 years ago, maybe you'd like the changes merged! https://github.com/TheArchiver/OpenSPICE

### Problem Cloning a `DeviceModel` instance was causing a `TypeError` due to incorrect handling of `self._parameters`. The `DeviceModel.clone` method passed `self._parameters` as a single positional argument instead of unpacking it...

I have a few nested subcircuits, which I'm building with SubCircuitFactory. It seems that when I use a component in an inner subcircuit, it needs to be included in its...

Hi Fabrice, All the changes are needed to be able to run all the examples and new ones. Please let me know if you still want to break the changes.

### Environment (Windows, Python 3.12, PySpice 1.5, None) Hello. I am parsing some .sp files to check SubCircuit nodes, but I encountered what seems to be a positioning bug. Could...

Added ac_phase and sin_phase argument to SinusoidalMixin. This is to accept the following ngspice-43 syntax. Errors in NgSpiceShared logs are momentarily suppressed for compatibility with ngspice-43. ![image](https://github.com/user-attachments/assets/4866e011-b2c1-4494-b0d7-7a600b1ebbef) ![image](https://github.com/user-attachments/assets/6bdb55a6-900f-417e-9b5d-de529cd24161)

![IMG_3367](https://github.com/user-attachments/assets/1bd62700-5908-4844-a17a-c0cf01b11cf3) ### Environment (OS, Python version, PySpice version, simulator) ### Expected Behaviour PySpice 1.5 seemed to install fine, in an iOS app called Juno ### Actual Behaviour An example, that...

therms -> terms 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...

In case this makes it easier for you to add it

This depends on #381 Because msys2 only supports latest ngspice!