-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Experiences in implementing VA modules #372
Comments
Please explain. The TRAN simulation is unified simulation. The incompatible options cannot be removed. We can only mark them as Qucsator-only.
Please explain. You should set
Try right mouse button menu -> Align on grid or Ctrl+U shortcut. It is a known problem. The device may fall out of grid. We are working on solution #92 The fix may be not as simple as it seems. |
OK - marking them as Qucsator only would be sufficient. If I set InitialDC = no and set max time step I got: So you see in my version 2.1.0 build from git the InitialDC is wrong. What about the parameter parse problem? #366 |
The InitialDC is not wrong. It uses the following logic. Everything according the section 15.3.10 of the Ngspice manual.
Where
This fix will require some time. Please wait. |
I thought InitialDC means UIC (Use Initial Conditions) and I have to set on yes to get it. I think I found the file in question. In schematic_file.cpp line 270ff is the missing place for skipping unwanted strings in comments. |
The
I will consider how to switch to preprocessor instead of direct parsing of VA file. In the past props.json file was generated by ADMS. Now we have to parse the VA file to obtain the parameters. |
Assume the questions are answered. The bug with VA-files parsing will be fixed in #366 Closing this ticket. |
The attached project file shows the modified IGBT model (Hefner et. al.) in co-work of qucs-s/ngspice.
Main issues are:
parameter
strings in comments have to change, only pureparameter real name=value
are accepted. Trial in adding parameter descriptions (desc) follows in symbol not found or crash of the program.-DMACRO
cmdline parameter. Please add this option for calling openvaf.uic
have to be separated fromstart/maxstep
spec.Verilog-A_IGBT_prj.zip
The text was updated successfully, but these errors were encountered: