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:
parent
e373ca0e2f
commit
0c59a77fc4
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue