summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/various/diode_ac_par.sp
diff options
context:
space:
mode:
authorrahulp132020-03-03 05:31:58 +0530
committerrahulp132020-03-03 05:31:58 +0530
commitdfc268e0863c913a1b8726cd54eea3b40caf7c67 (patch)
tree1cd82634684da5ae86b558d44756189e080545d4 /Windows/spice/examples/various/diode_ac_par.sp
parentfd62c52150c7d1f81da8060b2f5db6b94d174ccf (diff)
downloadeSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.tar.gz
eSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.tar.bz2
eSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.zip
upgrade ngspice to v31
Diffstat (limited to 'Windows/spice/examples/various/diode_ac_par.sp')
-rw-r--r--Windows/spice/examples/various/diode_ac_par.sp28
1 files changed, 28 insertions, 0 deletions
diff --git a/Windows/spice/examples/various/diode_ac_par.sp b/Windows/spice/examples/various/diode_ac_par.sp
new file mode 100644
index 00000000..b2d53631
--- /dev/null
+++ b/Windows/spice/examples/various/diode_ac_par.sp
@@ -0,0 +1,28 @@
+Plot inner small signal parameter
+
+v1 1 0 dc 0
+d1 1 0 myd
+.model myd D(IS = 1.50E-07
++ N = 1.0
++ RS = 9
++ TT = 100n
++ CJ0 = 1.01p
++ VJ = 0.44
++ M = 0.5
++ EG = 1.11
++ XTI = 3
++ KF = 0
++ AF = 1
++ FC = 0.5
++ BV = 22
++ IBV = 10u)
+
+.control
+save @d1[gd] @d1[cd] @d1[qd]
+dc v1 -5 .1 0.01
+plot @d1[gd]
+plot @d1[cd]
+plot @d1[qd]
+.endc
+*
+.END