diff options
author | Rahul Paknikar | 2021-01-08 12:47:23 +0530 |
---|---|---|
committer | GitHub | 2021-01-08 12:47:23 +0530 |
commit | e6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch) | |
tree | fd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/inductive-systems/positive-definite-1.cir | |
parent | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff) | |
parent | 6b512cbf954273b0f21d3800d10a7ad42a759425 (diff) | |
download | eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.gz eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.bz2 eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.zip |
Merge pull request #161 from rahulp13/installersi2.1
fixed key issue for ubuntu 20+; updated installers for windows os
Diffstat (limited to 'Windows/spice/examples/inductive-systems/positive-definite-1.cir')
-rw-r--r-- | Windows/spice/examples/inductive-systems/positive-definite-1.cir | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/Windows/spice/examples/inductive-systems/positive-definite-1.cir b/Windows/spice/examples/inductive-systems/positive-definite-1.cir deleted file mode 100644 index 1d8257d5..00000000 --- a/Windows/spice/examples/inductive-systems/positive-definite-1.cir +++ /dev/null @@ -1,32 +0,0 @@ -* indentify non-viable inductive systems (2x2 case) - -* (compile (concat "../../../w32/src/ngspice " buffer-file-name) t) -* (compile (concat "valgrind --track-origins=yes --leak-check=full --show-reachable=yes ../../../w32/src/ngspice " buffer-file-name) t) - -.subckt ind2 a1 a2 b1 b2 L11=0 L22=0 L12=0 -R1 a1 n1 1k -L1 n1 a2 {L11} -L2 n2 b2 {L22} -R2 n2 a2 1k -K12 L1 L2 {L12/sqrt(abs(L11*L22))} -.ends - -v1 a 0 dc 1 -R1 a 0 1k -R2 b 0 1k - -Xgood1 a 0 b 0 ind2 L11=1u L22=4u L12=1.98u -Xbad2 a 0 b 0 ind2 L11=1u L22=4u L12=2.01u -Xgood3 a 0 b 0 ind2 L11=1u L22=4u L12=-1.98u -Xbad4 a 0 b 0 ind2 L11=1u L22=4u L12=-2.01u - -Xbad5 a 0 b 0 ind2 L11=1u L22=-4u L12=1n -Xbad6 a 0 b 0 ind2 L11=-1u L22=4u L12=1n - -.control -op -remcirc -quit 0 -.endc - -.end |