-
Notifications
You must be signed in to change notification settings - Fork 213
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
Prepare spice4qucs for merge #226
Comments
See #227 for Autotools. There are a few warning of unused variables ( |
Thank you very much for #227! Remaining "unused |
You can use default values or |
@guitorri , See last commit on upstream |
|
Spice4qucs documentation. I have uploaded an outline of the spice4qucs documentation structure to the Qucs-Help repo. - |
@MikeBrinson the building of the documentation branch is now enabled as a preview: http://qucs-help.readthedocs.org/en/spice4qucs/index.html For some reason the outline is a bit messed up. Perhaps because you added also the temp (.rst~) files to the repository? |
Added Doxygen documentation entries for new classes and namespaces. See my last commits on |
@ra3xdh you might want to use the new license header. It makes it easier/shorter to add multiple authors, one per line... Anyway, this should be updated everywhere in the code some day... |
Added first part of examples. See my last commits. Examples are in
|
Hello Vadim I will also push the RCLadder example to examples/ngspice with an added comment. One other point - I have noted that the netlist button on the spice simulation window has a typo. Mike Brinson |
@MikeBrinson , fixed typo and added missing archived example project. |
Hello VadimThanks for the changes. |
@MikeBrinson, Crashes on opening diagram take place only if there are no datasets in current directory. This should be fixed in my last commit on I cannot reproduce bug when opening schematic with Custom simulation. All my circuits with custom simulation can be opened correctly. Please provide me sample of such circuit. I will fix bug if confirmed or repair *.sch. All examples from example directory also are opened correctly. Your report about broken schematics in examples is very strange. There are no missing properties in components. Maybe at some point old schematic became incompatible. Send them to me and I will repair them. |
I begin work on Chapter 2 "Basic Qucs, ngspice and Xyce simulation" of our documentation. I will push it in |
Hello Vadim |
Yes, I agree. This information can be placed. |
Hello Vadim |
Hello Vadim |
I have pushed first part of Chapter 2 in |
Hello Vadim |
Hi @MikeBrinson and @ra3xdh, the documentation is looking good! |
Hello GuilhermiAdding the documentation examples to the documentation repository is planned.At the moment we are at a very early stage in producing the documentation - giveus a few more weeks and the overall structure will become a lot clearer. As we progressthe new documentation will provide both an interesting document for beginners and a valuablesource of reference information. |
@guitorri , Example of the test RCL circuit is in |
Hello all, I have added the following improvements in spice4qucs subsystem:
|
Added
|
Added Chapter 4 of documentation. This chapter covers equations usage with spice4qucs for parametrization and postprocessing purposes. All is available at |
New features and components addition is finished. At current state |
I have tried to rebase spice4qucs today. Here is rebased |
|
Updated tasklist according recent discussion . |
Have you made any progress on testing? |
@guitorri I will try to add test this weekend. It's no sense to add Xyce in tests, because there is no such package in Linux distributions. Ngspice tests require
|
FWIW: there is a draft (here)[http://anonscm.debian.org/cgit/pkg-electronics/xyce.git/]. its not official (nobody ever cared) yet but it worked the last time i built it. yes, you need the trilinos package. it's also in the works, haven't touched that for a year or two now... |
Closing, because #275 is closed. Use issue tracker at my home repository to report issues on Qucs-S. |
Spice4qucs is a feature that enables to simulate Qucs analog circuits with Ngspice and Xyce engines. See #77 and #181 discussion threads for more info. I and Mike Brinson made more than 80 commits at https://github.com/Qucs/qucs/tree/spice4qucs during more than 6 months. Spice4qucs sufficiently extents power of Qucs. I think that it's time to merge it in master. We need to solve the following tasks:
EDIT:
Default simulator
property. This will allow to assign schematic and simulator. It's need to discuss the following points: Where and how should the simulator setup be stored? globally or in schematic?The text was updated successfully, but these errors were encountered: