diff options
author | rahulp13 | 2020-02-28 11:38:58 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-28 11:38:58 +0530 |
commit | 246319682f60293b132fca1ce6e24689c6682617 (patch) | |
tree | 6871b758a17869efecfd617f5513e31f9a933f4a /Windows/spice/tests/mesa/mesgout.cir | |
parent | d9ab84106cac311d953f344386fef1c1e2bca1cf (diff) | |
download | eSim-246319682f60293b132fca1ce6e24689c6682617.tar.gz eSim-246319682f60293b132fca1ce6e24689c6682617.tar.bz2 eSim-246319682f60293b132fca1ce6e24689c6682617.zip |
initial commit
Diffstat (limited to 'Windows/spice/tests/mesa/mesgout.cir')
-rw-r--r-- | Windows/spice/tests/mesa/mesgout.cir | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Windows/spice/tests/mesa/mesgout.cir b/Windows/spice/tests/mesa/mesgout.cir new file mode 100644 index 00000000..e84c46fb --- /dev/null +++ b/Windows/spice/tests/mesa/mesgout.cir @@ -0,0 +1,37 @@ +* Simulation of MESFET output conductance +* Taken from macspice3f4 +* + +rd 1 2 20 +z1 3 4 0 driver l=1u w=10u +rs 5 0 20 +vgs 4 0 dc 0.5 ac 0.01 +vds 1 0 dc 1.0 +vid 2 3 dc 0 + +.model driver nmf ++ level=2 +*+ jsdf=1e-100 ++ n=1.44 ++ rd=0 ++ rs=0 ++ vs=1.5e5 ++ mu=0.25 ++ d=2e-7 ++ vto=0.1 ++ m=2 ++ lambda=0 ++ sigma0=0 ++ delfo=5 ++ flo=0.5 ++ tf=100000 ++ lambdahf=120 + +.options noacct + +.ac DEC 10 0.001 1e6 + +.print ac V(3) + +.end + |