-
-
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
Problem to specify log sweep #1195
Comments
According the chapter 11.3.2 of the Ngspice manual the log sweep typ is not supported for DC simulation. The DC+ParSweep is converted to SPICE DC sweep. You cannot define log sweep for it. |
To be honestly I cannot remember when I used the LOG Parameter Sweep the last time and if it was operational before. |
It works, but the result is totally wrong. The step is linear. The DC simulation type supports only linear step. It generates the following netlist line (for another schematic):
But the point number calculation is correct. I suspect it was broken after #1054 |
OK, now I see. My thought was initial that qucs-s transfer this to a pointwise simulation. |
For my example (100m-1n)/121. This is not possible to fix, because DC doesn't support LOG sweep like AC. |
I have identified the root of the wrong calculation. The error is gone after the following patch:
@iwbnwif What was the purpose of |
Made yesterday a compile from current branch with mingw-ucrt64 and have now problem to specify a log parameter sweep. The widget did not calculate the number of total points anymore. Simulation fails.
The text was updated successfully, but these errors were encountered: