summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/inductive-systems/positive-definite-2.cir
diff options
context:
space:
mode:
authorRahul Paknikar2021-01-08 12:47:23 +0530
committerGitHub2021-01-08 12:47:23 +0530
commite6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch)
treefd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/inductive-systems/positive-definite-2.cir
parentac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff)
parent6b512cbf954273b0f21d3800d10a7ad42a759425 (diff)
downloadeSim-i2.1.tar.gz
eSim-i2.1.tar.bz2
eSim-i2.1.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-2.cir')
-rw-r--r--Windows/spice/examples/inductive-systems/positive-definite-2.cir31
1 files changed, 0 insertions, 31 deletions
diff --git a/Windows/spice/examples/inductive-systems/positive-definite-2.cir b/Windows/spice/examples/inductive-systems/positive-definite-2.cir
deleted file mode 100644
index 82bb9272..00000000
--- a/Windows/spice/examples/inductive-systems/positive-definite-2.cir
+++ /dev/null
@@ -1,31 +0,0 @@
-* indentify non-viable inductive systems (3xx 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 ind3 a b c L11=10u L22=11u L33=10u K12=0 K13=0 K23=0
-R1 a n1 1k
-R2 b n2 1k
-R4 c n3 1k
-L1 n1 0 {L11}
-L2 n2 0 {L22}
-L3 n3 0 {L33}
-K12 L1 L2 {K12}
-K13 L1 L3 {K13}
-K23 L2 L3 {K23}
-.ends
-
-Xgood1 a b c ind3
-Xgood2 a b c ind3 K12=0.96 K23=0.99 K13=0.98
-Xgood3 a b c ind3 K12=0.96 K23=0.99 K13=0.9898988607
-Xbad4 a b c ind3 K12=0.96 K23=0.99 K13=0.9898988608
-Xborder5 a b c ind3 K12=1 K23=1 K13=1
-Xbad6 a b c ind3 K12=1.01 K23=1 K13=1
-
-.control
-op
-remcirc
-quit 0
-.endc
-
-.end