mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
add two commands 'reset' to avoid huge memory leak
This commit is contained in:
@@ -6,9 +6,11 @@ Code Model Test - 3d Table Model
|
||||
dc V1 -0.1 1.7 0.06 V2 0.2 1.7 0.25
|
||||
plot i(Vs)
|
||||
plot deriv(i(Vs))
|
||||
reset
|
||||
dc v2 0 1.7 0.04
|
||||
plot i(Vs)
|
||||
plot deriv(i(Vs))
|
||||
reset
|
||||
dc V1 -0.1 1.7 0.06
|
||||
plot i(Vs2)
|
||||
.endc
|
||||
|
||||
Reference in New Issue
Block a user