Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interest in modeling transistors #2

Open
VallesMarinerisExplorer opened this issue Aug 25, 2022 · 1 comment
Open

Interest in modeling transistors #2

VallesMarinerisExplorer opened this issue Aug 25, 2022 · 1 comment

Comments

@VallesMarinerisExplorer

Hi all,

This is a cool library and I hope to use it more in the future. I noticed that the library Skidl is able to quickly generate netlists. https://github.com/devbisme/skidl.

What would it take to add things like transistors and op amps to this library? Would be interested in helping out.

Thanks! Good work.

@giaccone
Copy link
Owner

giaccone commented Oct 6, 2022

Hi @VallesMarinerisExplorer , sorry for the delay.

Before addressing your question I would like to summarize what is capable to handle SpicePy at the moment:

  • linear circuits
  • the following components
    • resistors
    • capacitors
    • inductors
    • ideal voltage generators
    • ideal current generators
    • voltage controlled voltage generators
    • voltage controlled current generators
    • current controlled voltage generators
    • current controlled current generators
  • the following problems:
    • operating point
    • transient
    • ac (single-frequency or frequency span)

This project was born with a main aim, help students during the path necessary to learn basic circuit theory. For this reason the capabilities of SpicePy are limited.

In order to include transistors, that are non-linear components, a model of the transistor should be included (bjt, mosfet, etc...) and also a non-linear solver should be implemented.
In order to include operational amplifiers, in the case we are speaking of ideal operational amplifiers, the model should be included and maybe this could be enough.
However, at the moment I have no time to include new components. Currently, the development is limited to bug fix and/or small improvements when the are strictly necessary.

The current version of the code is very stable and reliable. It is widely tested by my students. They use it through a Telegram bot (see here https://giaccone.github.io/SpicePyBotStat/).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants