Browse Source

introduce ccc parameter

dwarning 15 years ago
parent
commit
042dfaadf8
  1. 4
      ChangeLog
  2. 1
      src/spicelib/devices/bjt/bjt.c

4
ChangeLog

@ -1,3 +1,7 @@
2011-06-01 Dietmar Warning
* devices/bjt/bjt.c: introduce ccc as an alias for the
zero bias substrate junction capacitance cjs
2011-06-01 Robert Larice 2011-06-01 Robert Larice
* src/Makefile.am : * src/Makefile.am :
update tclspice to support build in a sparate directory update tclspice to support build in a sparate directory

1
src/spicelib/devices/bjt/bjt.c

@ -133,6 +133,7 @@ IFparm BJTmPTable[] = { /* model parameters */
IOPA("tr", BJT_MOD_TR, IF_REAL, "Ideal reverse transit time"), IOPA("tr", BJT_MOD_TR, IF_REAL, "Ideal reverse transit time"),
IOPA("cjs", BJT_MOD_CJS, IF_REAL, "Zero bias Substrate capacitance"), IOPA("cjs", BJT_MOD_CJS, IF_REAL, "Zero bias Substrate capacitance"),
IOPR("csub", BJT_MOD_CJS, IF_REAL, "Zero bias Substrate capacitance"), IOPR("csub", BJT_MOD_CJS, IF_REAL, "Zero bias Substrate capacitance"),
IOPR("ccs", BJT_MOD_CJS, IF_REAL, "Zero bias Substrate capacitance"),
IOPA("vjs", BJT_MOD_VJS, IF_REAL, "Substrate junction built in potential"), IOPA("vjs", BJT_MOD_VJS, IF_REAL, "Substrate junction built in potential"),
IOPR("ps", BJT_MOD_VJS, IF_REAL, "Substrate junction built in potential"), IOPR("ps", BJT_MOD_VJS, IF_REAL, "Substrate junction built in potential"),
IOPA("mjs", BJT_MOD_MJS, IF_REAL, "Substrate junction grading coefficient"), IOPA("mjs", BJT_MOD_MJS, IF_REAL, "Substrate junction grading coefficient"),

Loading…
Cancel
Save