vbic: correct soa-check warning for C-S branch

This commit is contained in:
dwarning 2023-04-03 11:29:55 +02:00 committed by Holger Vogt
parent 797795e7c0
commit d053fbda93
1 changed files with 1 additions and 1 deletions

View File

@ -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++;
}