vks
02/19/2024, 8:27 AMwidth
to nmos W
parameter. Defined it using .param width=5
in ngspice and swept using .dc width 2 5 1
but getting an error. Why this error is coming while sweeping parameter in dc statement and what is the solution ?vks
02/21/2024, 9:58 AMStefan Schippers
02/21/2024, 1:28 PMvks
02/22/2024, 10:25 AMStefan Schippers
02/22/2024, 11:10 AMremzerovec
instruction before the write command. I have changed the timestep in the tran command for better precision, added uic
in the tran command (Use initial conditions) and added a .ic v(out)=1
to force oscillation.vks
02/22/2024, 12:17 PMremzerovec
but I could not get significance of this command as per ngspice manual to removes vectors of length zero from the current plot.
Stefan Schippers
02/22/2024, 1:12 PMwrite
command errors out instead of skipping these null vectors remains a mistery.