mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
enable simulation with 'option newtrunc'
This commit is contained in:
@@ -14,6 +14,7 @@ cout buf ss 1pF
|
||||
|
||||
* this is needed
|
||||
.option reltol=1e-4
|
||||
.option ltereltol=1e-4
|
||||
|
||||
.tran 0.2n 16n
|
||||
.print tran v(out25) v(out50)
|
||||
@@ -48,6 +49,7 @@ if $?batchmode
|
||||
else
|
||||
save out25 out50
|
||||
run
|
||||
rusage time
|
||||
plot out25 out50
|
||||
let lin-tstart = 4n $ skip the start-up phase
|
||||
let lin-tstop = 14n $ end earlier(just for demonstration)
|
||||
|
||||
Reference in New Issue
Block a user