Advertisement
Guest User

GNUCAP Session

a guest
Feb 12th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. Gnucap 2009.12.07 RCS 26.136
  2. The Gnu Circuit Analysis Package
  3. Never trust any version less than 1.0
  4. Copyright 1982-2009, Albert Davis
  5. Gnucap comes with ABSOLUTELY NO WARRANTY
  6. This is free software, and you are welcome
  7. to redistribute it under the terms of
  8. the GNU General Public License, version 3 or later.
  9. See the file "COPYING" for details.
  10. gnucap> get cc-fet.net
  11. * gnetlist -g spice-sdb cc-fet.sch
  12. gnucap> list
  13. *********************************************************
  14. * Spice file generated by gnetlist *
  15. * spice-sdb version 4.28.2007 by SDB -- *
  16. * provides advanced spice netlisting capability. *
  17. * Documentation at http://www.brorson.com/gEDA/SPICE/ *
  18. *********************************************************
  19. *vvvvvvvv Included SPICE model from ../models/2N2222.mod vvvvvvvv
  20. .model 2N2222 npn ( level=1 kf=NA( 0.) af=NA( 1.) bf=255.9 br=6.092 is=14.34F nf=NA( 1.) nr=NA( 1.) vaf=74.03 isc=0 c4=NA( 0.) nc=2 ise=14.34F c2=NA( 0.) ne=1.307 ikf=.2847 ikr=0 rb=10 re=NA( 0.) rc=1 cjc=7.306P cje=22.01P cjs=NA( 0.) fc=.5 mjc=.3416 mje=.377 mjs=NA( 0.) vjc=.75 vje=.75 vjs=NA( 0.75) xcjc=NA( 1.) itf=.6 ptf=NA( 0.) tf=411.1P tr=46.91N vtf=1.7 xtf=3 xtb=1.5 xti=3 eg=1.11)
  21. *^^^^^^^^ End of included SPICE model from ../models/2N2222.mod ^^^^^^^^
  22. *
  23. *vvvvvvvv Included SPICE model from ../models/2N4401.mod vvvvvvvv
  24. **************************************
  25. * Model Generated by MODPEX *
  26. *Copyright(c) Symmetry Design Systems*
  27. * All Rights Reserved *
  28. * UNPUBLISHED LICENSED SOFTWARE *
  29. * Contains Proprietary Information *
  30. * Which is The Property of *
  31. * SYMMETRY OR ITS LICENSORS *
  32. *Commercial Use or Resale Restricted *
  33. * by Symmetry License Agreement *
  34. **************************************
  35. * Model generated on Aug 16, 00
  36. * MODEL FORMAT: PSpice
  37. .model 2n4401 npn ( level=1 kf=0 af=1 bf=343.016 br=34.3016 is=2.59695e-13 nf=1.13203 nr=1.16008 vaf=5.26286 var=40.2353 isc=6.43871e-13 c4=NA( 0.) nc=1.28908 ise=6.43871e-13 c2=NA( 0.) ne=1.54353 ikf=0.447431 ikr=4.47431 irb=0.100019 rb=1.11276 rbm=1.11276 re=0.0001 rc=0.995308 cjc=2.49117e-11 cje=8.79135e-12 cjs=0 fc=0.503031 mjc=0.324754 mje=0.356539 mjs=0.5 vjc=0.497694 vje=0.649895 vjs=0.75 xcjc=0.896875 itf=0.00987492 ptf=0 tf=4.90706e-10 tr=1.74885e-08 vtf=10.5361 xtf=1.02517 xtb=0 xti=3.99416 eg=1.05)
  38. *^^^^^^^^ End of included SPICE model from ../models/2N4401.mod ^^^^^^^^
  39. *
  40. *vvvvvvvv Included SPICE model from ../models/BS170-1.mod vvvvvvvv
  41. .model BS170 nmos1 ( level=1 kp=.1233 vto=1.824 gamma= 0. phi= 0.6 uo=NA( 600.) tpg=1 tnom=NA( 27.) fc=NA( 0.5) pb=1 cj=NA( 0.) mj=NA( 0.5) cjsw=NA( 0.) mjsw=NA( 0.5) kf=NA( 0.) af=NA( 0.) is=1E-15 rd=1.436 rs=1.572 cbd=60E-12 cgso=28E-08 cgdo=7E-08 cgbo=NA( 0.) ld=NA( 0.))
  42. *^^^^^^^^ End of included SPICE model from ../models/BS170-1.mod ^^^^^^^^
  43. *
  44. *============== Begin SPICE netlist of main design ============
  45. M1 ( 4 1 0 bs170 ) l=NA( 100.u) w=NA( 100.u)
  46. Q1 ( batt 2 3 ) 2N2222 NA( 1.)
  47. Q2 ( 2 3 0 ) 2N4401 NA( 1.)
  48. V2 ( batt 0 ) DC 1.2
  49. R2 ( 4 3 ) 1.
  50. R1 ( 2 1 ) 1.K
  51. V1 ( 1 0 ) DC 3.3
  52. gnucap> PRINT DC V(batt,0)
  53. M1: missing args -- need model name
  54. gnucap> DC V2 1.00 1.50 10.00m
  55. M1: missing args -- need model name
  56. gnucap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement