Browse Source

Patch allowing call to S parameter simulation also from .control section by using command 'sp'

pre-master-46
Vadim Kuznetsov 4 years ago
committed by Holger Vogt
parent
commit
b73939e379
  1. 6
      src/frontend/spiceif.c

6
src/frontend/spiceif.c

@ -343,6 +343,12 @@ if_run(CKTcircuit *ckt, char *what, wordlist *args, INPtables *tab)
/* SP: Steady State Analysis */
(eq(what, "pss")) ||
/* SP */
#endif
#ifdef RFSPICE
(eq(what, "sp")) ||
#ifdef WITH_HB
(eq(what, "hb")) ||
#endif
#endif
(eq(what, "run")))
{

Loading…
Cancel
Save