BJT, alias NK for NKF beta rolloff parameter

This commit is contained in:
dwarning 2020-10-09 19:34:04 +02:00 committed by Holger Vogt
parent 16b225705f
commit 89cceb1560
1 changed files with 1 additions and 0 deletions

View File

@ -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"),