PySpice-org / PySpice

Simulate electronic circuit using Python and the Ngspice / Xyce simulators
https://pyspice.fabrice-salvaire.fr
GNU General Public License v3.0
645 stars 171 forks source link

Adding the Desighn Notes #128

Open GProtoZeroW opened 5 years ago

GProtoZeroW commented 5 years ago

Fabrice, I would like to contribute to adding on some of the other NGSpice solvers (noise, etc) but I have not totally figured out how you coiled PySpice around the NgSpice engine. Could you add those docs to the missing https://pyspice.fabrice-salvaire.fr/design-notes.html so that myself and others can assist you and PySpice in adding to its capabilities

FabriceSalvaire commented 5 years ago

Sorry for long delay ...

Well up to know you have to read the code, PySpice is not a large code base, but you must be familiar with Python tricks like metaclass.

Anyway I could answer questions here