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/adms/mextram/mex_gum.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/adms/mextram/mex_gum.sp')
-rw-r--r-- | Windows/spice/examples/adms/mextram/mex_gum.sp | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/Windows/spice/examples/adms/mextram/mex_gum.sp b/Windows/spice/examples/adms/mextram/mex_gum.sp new file mode 100644 index 00000000..1f619bb1 --- /dev/null +++ b/Windows/spice/examples/adms/mextram/mex_gum.sp @@ -0,0 +1,89 @@ +MEXTRAM Gummel Test Ic,b,s=f(Vc,Ib) + +VB B 0 0.5 +VC C 0 2.0 +VS S 0 0.0 +Q1 C B 0 S DT BJTRF1 + +.control +dc vb 0.2 1.4 0.01 +run +plot abs(i(vc)) abs(i(vb)) abs(i(vs)) ylog xlimit 0.3 1.4 ylimit 1e-12 100e-3 +plot abs(i(vc))/abs(i(vb)) vs abs(-i(vc)) xlog xlimit 1e-09 10e-3 ylimit 0 150 +.endc + +.model BJTRF1 NPN LEVEL=6 ++MULT=1.000E+00 ++TREF=25.000E+00 ++DTA=0.000E+00 ++EXMOD=1.000E+00 ++EXPHI=0.000E+00 ++EXAVL=1.000E+00 ++IS=23.571E-18 ++IK=231.660E-03 ++VER=2.100E+00 ++VEF=36.001E+00 ++BF=186.538E+00 ++IBF=1.140E-15 ++MLF=2.000E+00 ++XIBI=0.000E+00 ++BRI=9.231E+00 ++IBR=61.600E-15 ++VLR=400.000E-03 ++XEXT=648.148E-03 ++WAVL=1.064E-06 ++VAVL=3.330E+00 ++SFH=882.471E-03 ++RE=949.668E-03 ++RBC=27.769E+00 ++RBV=32.004E+00 ++RCBLX=1.0 ++RCBLI=1.0 ++RCC=18.026E+00 ++RCV=237.417E+00 ++SCRCV=882.839E+00 ++IHC=3.370E-03 ++AXI=300.000E-03 ++CJE=55.566E-15 ++VDE=900.000E-03 ++PE=500.000E-03 ++XCJE=52.478E-03 ++CJC=25.153E-15 ++VDC=660.000E-03 ++PC=450.000E-03 ++XP=310.000E-03 ++MC=500.000E-03 ++XCJC=122.100E-03 ++MTAU=1.000E+00 ++TAUE=6.200E-12 ++TAUB=977.273E-15 ++TEPI=7.980E-12 ++TAUR=64.400E-12 ++DEG=0.000E+00 ++XREC=0.000E+00 ++AQBO=701.246E-03 ++AE=308.246E-03 ++AB=846.000E-03 ++AEPI=2.500E+00 ++AEX=619.000E-03 ++AC=1.580E+00 ++DVGBF=52.000E-03 ++DVGBR=0.000E+00 ++VGB=1.197E+00 ++VGC=1.200E+00 ++VGJ=1.200E+00 ++DVGTE=1.202E+00 ++AF=2.350E+00 ++KF=47.298E-09 ++KFN=1.000E-09 ++ISS=18.480E-18 ++IKS=219.348E-06 ++CJS=146.628E-15 ++VDS=542.048E-03 ++PS=314.095E-03 ++VGS=1.221E+00 ++AS=1.580E+00 ++RTH=300 ++CTH=3E-09 + +.end |