Partially undo commit [ab778d] :

revert to aswitch as vswitch replacement
This commit is contained in:
Holger Vogt 2020-11-22 17:18:27 +01:00
parent 57487d2b0f
commit 025a9fe599
1 changed files with 2 additions and 2 deletions

View File

@ -8006,7 +8006,7 @@ static struct card *pspice_compat(struct card *oldcard)
tfree(card->line);
rep_spar(modpar);
card->line = tprintf(
".model a%s pswitch(%s %s %s %s log=TRUE)", modname,
".model a%s aswitch(%s %s %s %s log=TRUE limit=TRUE)", modname,
modpar[0], modpar[1], modpar[2], modpar[3]);
}
for (i = 0; i < 4; i++)
@ -8187,7 +8187,7 @@ static struct card *pspice_compat(struct card *oldcard)
tfree(card->line);
rep_spar(modpar);
card->line = tprintf(
".model a%s pswitch(%s %s %s %s log=TRUE)", modname,
".model a%s aswitch(%s %s %s %s log=TRUE limit=TRUE)", modname,
modpar[0], modpar[1], modpar[2], modpar[3]);
}
for (i = 0; i < 4; i++)