-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
No log visible if child simulator process terminated with error code #1001
Comments
Qucs-S doesn't apply any filters to log files and doesn't hide the log data from user. The problem is more complicated. The problem may be in Qt itself. The
You have to extract all dependent parameters and child subcircuit in the single |
This issue points to ngspice lacking the ability to process many of the "complex" Spice models that work in LTspice. Some models work after editing, but I lack the knowledge to make the major edits required. |
I have been trying to get a complex library of IGBT Spice models to work in Qucs. The Library works in LTspice as-is.
The original lib file "IGBT_600V_HighSpeed3_L1.lib" doesn't work so was simplified to "IGP20N60H3.cir" hoping to get Qucs/ngspice to work. Unfortunately I get a conflicting "Qucs-S Message", Simulator crashed! and Simulator successful.
I then sent the netlist to ngspice via DuSpice and get a totally different "Message" in the ngspice file log, "IGP20N60H3_DC_sweep.log".
Are the two "Formula() error." in the Log confusing Qucs-S?
Would it be useful to allow the User to see both Qucs "Message" and ngspice "Log" Files?
What is the proper way to handle complex Spice Libraries like "IGBT_600V_HighSpeed3_L1.lib"? I'm sure my editing of the file to create "IGP20N60H3.cir" wasn't done 100%.
IGBT_prj.zip
IGBT_LTspice.zip
The text was updated successfully, but these errors were encountered: