From b73939e3798ec73caed4ea79c4c5b6df4f8f4c2a Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Sun, 27 Mar 2022 10:40:12 +0200 Subject: [PATCH] Patch allowing call to S parameter simulation also from .control section by using command 'sp' --- src/frontend/spiceif.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/frontend/spiceif.c b/src/frontend/spiceif.c index dd6f1c51c..26079b3b2 100644 --- a/src/frontend/spiceif.c +++ b/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"))) {