diff options
author | rahulp13 | 2020-03-03 05:31:58 +0530 |
---|---|---|
committer | rahulp13 | 2020-03-03 05:31:58 +0530 |
commit | dfc268e0863c913a1b8726cd54eea3b40caf7c67 (patch) | |
tree | 1cd82634684da5ae86b558d44756189e080545d4 /Windows/spice/tests/resistance/res_array.cir | |
parent | fd62c52150c7d1f81da8060b2f5db6b94d174ccf (diff) | |
download | eSim-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.cir | 28 |
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 |