jfet model type (njf or pjf) was included in output parameters, showing in shomod command as a model parameter. That was wrong. Corrected.
This commit is contained in:
parent
4515cac58f
commit
73943dbf42
|
|
@ -48,8 +48,8 @@ IFparm JFETpTable[] = { /* device parameters */
|
|||
|
||||
IFparm JFETmPTable[] = { /* model parameters */
|
||||
OP("type", JFET_MOD_TYPE, IF_STRING, "N-type or P-type JFET model"),
|
||||
IOP("njf", JFET_MOD_NJF, IF_FLAG,"N type JFET model"),
|
||||
IOP("pjf", JFET_MOD_PJF, IF_FLAG,"P type JFET model"),
|
||||
IP("njf", JFET_MOD_NJF, IF_FLAG,"N type JFET model"),
|
||||
IP("pjf", JFET_MOD_PJF, IF_FLAG,"P type JFET model"),
|
||||
IOP("vt0", JFET_MOD_VTO, IF_REAL,"Threshold voltage"),
|
||||
IOPR("vto", JFET_MOD_VTO, IF_REAL,"Threshold voltage"),
|
||||
IOP("beta", JFET_MOD_BETA, IF_REAL,"Transconductance parameter"),
|
||||
|
|
|
|||
|
|
@ -21,8 +21,6 @@ Doing analysis at TEMP = 300.150000 and TNOM = 300.150000
|
|||
model modj
|
||||
|
||||
type njf
|
||||
njf 137395941
|
||||
pjf 137395941
|
||||
vt0 -3.5
|
||||
beta 0.00041
|
||||
lambda 0.002
|
||||
|
|
|
|||
Loading…
Reference in New Issue