During op evaluation we might use source stepping.

Independent V and I sources are stepped, the B source however is not.

Add source stepping to B source.
This commit is contained in:
Holger Vogt 2022-01-02 13:53:38 +01:00
parent e373ca0e2f
commit 0c59a77fc4
1 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,14 @@ ASRCload(GENmodel *inModel, CKTcircuit *ckt)
else
factor = factor * here->ASRCm;
#ifdef XSPICE_EXP
value *= ckt->CKTsrcFact;
value *= cm_analog_ramp_factor();
#else
if (ckt->CKTmode & MODETRANOP)
factor *= ckt->CKTsrcFact;
#endif
/*
* Get the function and its derivatives evaluated
*/