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/vdmos/vdmos-out.cir | |
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/vdmos/vdmos-out.cir')
-rw-r--r-- | Windows/spice/examples/vdmos/vdmos-out.cir | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Windows/spice/examples/vdmos/vdmos-out.cir b/Windows/spice/examples/vdmos/vdmos-out.cir new file mode 100644 index 00000000..e0433db1 --- /dev/null +++ b/Windows/spice/examples/vdmos/vdmos-out.cir @@ -0,0 +1,18 @@ +VDMOS output + +m1 d g s n1 +*.model n1 vdmos rb=0.05 is=10n kp=2 bv=12 rd=0.1 +.model N1 vdmos vto=1 cgdmin=0.05p cgdmax=0.2p a=1.2 cgs=0.15p rg=10 kp=2e-4 rb=1e4 is=1e-9 bv=12 cjo=1p subslope=0.1 + +vd d 0 1 +vg g 0 1 +vs s 0 0 + +.control +dc vd -2 15 0.05 vg 0 5 1 +plot vs#branch +dc vg 0 5 0.05 vd 0.5 2.5 0.5 +plot vs#branch ylog +.endc + +.end |