Hello,
Does anyone know if I can do a parametric sweep on ngspice similar to cadence?
s
Stefan Schippers
10/20/2022, 4:54 PM
what parameter do you want to sweep?
c
Christof Gindu
10/20/2022, 5:06 PM
I have created some spice-code for different parameter sweeps (e.g. voltage sweep, frequency sweep), let me know if you need help!
s
Stefan Schippers
10/20/2022, 5:25 PM
A good tutorial to do sweep simulations with ngspice is available here.
ngspice does not have .step or .sweep commands you need to write a small script using the ngspice control language and use the alter/alterparam/altermod commands.