From 89cceb1560f49b470d49291b0c1d2aa9e5069f88 Mon Sep 17 00:00:00 2001 From: dwarning Date: Fri, 9 Oct 2020 19:34:04 +0200 Subject: [PATCH] BJT, alias NK for NKF beta rolloff parameter --- src/spicelib/devices/bjt/bjt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spicelib/devices/bjt/bjt.c b/src/spicelib/devices/bjt/bjt.c index 794b5ff75..9c8c64d7c 100644 --- a/src/spicelib/devices/bjt/bjt.c +++ b/src/spicelib/devices/bjt/bjt.c @@ -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"),