Added "general" test files (from ngspice debian patch).

This commit is contained in:
pnenzi
2003-08-21 12:28:39 +00:00
parent 8021414ab1
commit 83b684d487
8 changed files with 264 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
Basic RC circuit
r 1 2 1.0
*l 1 2 1.0
c 2 0 1.0
vin 1 0 pulse (0 1) ac 1
.tran 0.1 7.0
*.ac dec 10 .01 10
.plot tran v(2) i(vin)
*.plot ac vdb(2) xlog
.end