Patch allowing call to S parameter simulation also from .control section by using command 'sp'
This commit is contained in:
parent
99f2414caf
commit
b73939e379
|
|
@ -343,6 +343,12 @@ if_run(CKTcircuit *ckt, char *what, wordlist *args, INPtables *tab)
|
||||||
/* SP: Steady State Analysis */
|
/* SP: Steady State Analysis */
|
||||||
(eq(what, "pss")) ||
|
(eq(what, "pss")) ||
|
||||||
/* SP */
|
/* SP */
|
||||||
|
#endif
|
||||||
|
#ifdef RFSPICE
|
||||||
|
(eq(what, "sp")) ||
|
||||||
|
#ifdef WITH_HB
|
||||||
|
(eq(what, "hb")) ||
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
(eq(what, "run")))
|
(eq(what, "run")))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue