BJT, alias NK for NKF beta rolloff parameter
This commit is contained in:
parent
16b225705f
commit
89cceb1560
|
|
@ -214,6 +214,7 @@ IFparm BJTmPTable[] = { /* model parameters */
|
|||
IOP("tns1", BJT_MOD_TNS1, IF_REAL, "NS 1. temperature coefficient"),
|
||||
IOP("tns2", BJT_MOD_TNS2, IF_REAL, "NS 2. temperature coefficient"),
|
||||
IOP("nkf", BJT_MOD_NKF, IF_REAL, "NKF High current beta rolloff exponent"),
|
||||
IOPR("nk", BJT_MOD_NKF, IF_REAL, "NK High current beta rolloff exponent"),
|
||||
IOP("tis1", BJT_MOD_TIS1, IF_REAL, "IS 1. temperature coefficient"),
|
||||
IOP("tis2", BJT_MOD_TIS2, IF_REAL, "IS 2. temperature coefficient"),
|
||||
IOP("tise1", BJT_MOD_TISE1, IF_REAL, "ISE 1. temperature coefficient"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue