Add AF and KF: error messages in commands 'showmod' or .sens are gone.

This commit is contained in:
Holger Vogt 2024-11-03 11:14:04 +01:00
parent fa310d8da2
commit 6f91865516
1 changed files with 6 additions and 0 deletions

View File

@ -111,6 +111,12 @@ MOS1mAsk(CKTcircuit *ckt, GENmodel *inst, int which, IFvalue *value)
case MOS1_MOD_GDSNOI:
value->rValue = model->MOS1gdsnoi;
return(OK);
case MOS1_MOD_AF:
value->rValue = model->MOS1fNexp;
return(OK);
case MOS1_MOD_KF:
value->rValue = model->MOS1fNcoef;
return(OK);
case MOS1_MOD_TYPE:
if (model->MOS1type > 0)
value->sValue = "nmos";