summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/various/todo-temper-3.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/various/todo-temper-3.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/various/todo-temper-3.cir')
-rw-r--r--Windows/spice/examples/various/todo-temper-3.cir23
1 files changed, 0 insertions, 23 deletions
diff --git a/Windows/spice/examples/various/todo-temper-3.cir b/Windows/spice/examples/various/todo-temper-3.cir
deleted file mode 100644
index e62c89e3..00000000
--- a/Windows/spice/examples/various/todo-temper-3.cir
+++ /dev/null
@@ -1,23 +0,0 @@
-* try temper
-
-* (exec-spice "ngspice %s" t)
-
-.model dplain d is={temper >= 25 ? 1e-10 : (temper+1)*1e-11}
-.model dref d is=1e-10
-
-
-Iin 1 0 dc = -1mA
-Dref 1 0 dref
-e2 2 0 1 0 1
-D2 2 0 dplain
-e3 3 0 1 0 1
-D3 3 0 dref area={temper >= 25 ? (temper+100)/100 : 2 }
-
-.control
-dc temp 0 125 1.0
-plot e2#branch/@iin[dc]
-plot e3#branch/@iin[dc]
-*quit 0
-.endc
-
-.end