summaryrefslogtreecommitdiff
path: root/Windows/spice/tests/resistance/res_array.cir
diff options
context:
space:
mode:
authorrahulp132020-03-03 05:31:58 +0530
committerrahulp132020-03-03 05:31:58 +0530
commitdfc268e0863c913a1b8726cd54eea3b40caf7c67 (patch)
tree1cd82634684da5ae86b558d44756189e080545d4 /Windows/spice/tests/resistance/res_array.cir
parentfd62c52150c7d1f81da8060b2f5db6b94d174ccf (diff)
downloadeSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.tar.gz
eSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.tar.bz2
eSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.zip
upgrade ngspice to v31
Diffstat (limited to 'Windows/spice/tests/resistance/res_array.cir')
-rw-r--r--Windows/spice/tests/resistance/res_array.cir28
1 files changed, 0 insertions, 28 deletions
diff --git a/Windows/spice/tests/resistance/res_array.cir b/Windows/spice/tests/resistance/res_array.cir
deleted file mode 100644
index 4080fc3e..00000000
--- a/Windows/spice/tests/resistance/res_array.cir
+++ /dev/null
@@ -1,28 +0,0 @@
-A paralled resistor array
-
-Vin 1 0 DC 1 SIN (0 1 100MEG 1NS 0.0) AC 1
-
-VR1 1 2 DC 0
-R1 2 0 10K
-
-VR2 1 3 DC 0
-R2 3 0 10K ac=5K
-
-VR3 1 4 DC 0
-R3 4 0 rmodel1 L=11u W=2u ac=2.5k
-
-VR4 1 5 DC 0
-R4 5 0 10K ac=5k m=2
-.model rmodel1 R RSH = 1000 NARROW = 1u
-
-VR5 1 6 DC 0
-R5 6 0 10 ac=5 scale=1K
-
-.options noacct
-.OP
-.TRAN 1ns 10ns
-.AC DEC 100 1MEG 100MEG
-.PRINT TRAN I(VR1), I(VR2), I(VR3), I(VR4),I(VR5)
-.PRINT AC I(VR1), I(VR2), I(VR3), I(VR4),I(VR5)
-
-.END