I installed oregano for studying electronics circuits. But whenever I press simulate button it says:
Gnucap 2009.12.07 RCS 26.136 The Gnu Circuit Analysis Package Never trust any version less than 1.0 Copyright 1982-2009, Albert Davis Gnucap comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under the terms of the GNU General Public License, version 3 or later. See the file "COPYING" for details. Untitled.oregano /usr/share/oregano/models/7400b.model:No such file or directory
Too few or none analysis found
I googled and found this answer. It says it is not bug, and occurs because these models are not included in upstraem tarball. But I don't know how to install these models.
Short answer: I think you are out of luck.
Long answer: reading the page you linked:
we have good and bad news. The good news are that Oregano uses standard
PSPICE
files (andPSPICE
has been the most used electronic circuit simulator in the past decade). The bad news are that it seems every model that one would like to use must be manually added to/usr/share/oregano/models
folder.This could even be doable, the problem is that reading at the model index page:
seems clear that this task is becoming more and more time consuming at each step that we take (and there are even quite a few broken links!).
I've managed to find other resources, for example this page and this one. The last one seemed to be particularly promising, two big zipfiles directly downloadable here and here, for example, plus other resources.
Again, the problem now is that unziping these two zipfiles, we have a huge collection of
PSPICE
models without any linking withOregano
's library names (I was trying to use aTTL 7400b
component - a standard NAND gate - but I couldn't find the component in these two huge libraries, both searching for7400
andNAND
).I've even tried to google for
oregano library torrent
to see if a kind soul had already uploaded such a collection, but still no luck.So the final response is: creating your own library is doable, but very time (and mind) consuming.
Probably you'd better look at this question and pick another free simulator of your choice.
Good luck!
P.s. if you decide to assemble your own library, it would be nice if you'd share it in some way (e.g. torrent, emule, etc.). Many other people will thank you for this.
Answer: You're not screwed.
I found the models in another, previous github location. Ah the joy of open source shared software on cloud computers. It's like your high school yearbook photo - it never dies...
It seems that once someone migrated the code from the original to the new master distribution, a number of models went missing from the new oregano distro. Don't quote me just a guess. Most are located here: https://github.com/drahnr/oregano/tree/master/data/models
I couldn't find the LF357.model but I googled one here LF357.cir
As mentioned, you may need to install your own PSPICE models. From the error message it looks like you need the model for the part 7400.
Here is a resource for PSPICE models, including a library for 7400.
Hopefully, you can extract and use it.