summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/various/todo-temper-3.cir
diff options
context:
space:
mode:
authorrahulp132021-01-07 18:22:29 +0530
committerrahulp132021-01-07 18:22:29 +0530
commitd4fd47ecf77597595d3f4fa72fd5334a5fe7417b (patch)
tree28095229ec3035d15c569fbedac83cf5876aa196 /Windows/spice/examples/various/todo-temper-3.cir
parent376e748df438933088721286402462dffd6367c0 (diff)
parent63e3156454f39732a3101c29d42b473a89ca68d2 (diff)
downloadeSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.gz
eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.bz2
eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.zip
Merge windows installer updates with linux installer
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