diff options
author | rahulp13 | 2020-03-03 05:31:58 +0530 |
---|---|---|
committer | rahulp13 | 2020-03-03 05:31:58 +0530 |
commit | dfc268e0863c913a1b8726cd54eea3b40caf7c67 (patch) | |
tree | 1cd82634684da5ae86b558d44756189e080545d4 /Windows/spice/examples/various/diode_ac_par.sp | |
parent | fd62c52150c7d1f81da8060b2f5db6b94d174ccf (diff) | |
download | eSim-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.sp | 28 |
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 |