Hello, Does anyone know if I can do a parametric s...
# analog-design
n
Hello, Does anyone know if I can do a parametric sweep on ngspice similar to cadence?
s
what parameter do you want to sweep?
c
I have created some spice-code for different parameter sweeps (e.g. voltage sweep, frequency sweep), let me know if you need help!
s
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.