vbic: correct soa-check warning for C-S branch
This commit is contained in:
parent
797795e7c0
commit
d053fbda93
|
|
@ -72,7 +72,7 @@ VBICsoaCheck(CKTcircuit *ckt, GENmodel *inModel)
|
|||
if (vsub > model->VBICvsubMax)
|
||||
if (warns_vsub < maxwarns) {
|
||||
soa_printf(ckt, (GENinstance*)here,
|
||||
"|Vce|=%g has exceeded Vce_max=%g\n",
|
||||
"|Vcs|=%g has exceeded Vcs_max=%g\n",
|
||||
vsub, model->VBICvsubMax);
|
||||
warns_vsub++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue