|
|
|
@ -3595,9 +3595,9 @@ inline double _d0_vt(double) { return 1.3806503e-23/1.602176462e-1 |
|
|
|
|
|
|
|
int $(module)temp(GENmodel *inModel, CKTcircuit *ckt) |
|
|
|
{ |
|
|
|
NG_IGNOREABLE(ckt); |
|
|
|
register $(module)model *model = ($(module)model*)inModel; |
|
|
|
register $(module)instance *here; |
|
|
|
NG_IGNOREABLE(ckt); |
|
|
|
for ( ; model != NULL; model = model->$(module)nextModel ) |
|
|
|
{ |
|
|
|
|
|
|
|
@ -4219,8 +4219,8 @@ int $(module)ask(CKTcircuit *ckt, GENinstance *inst, int which, IFvalue *value, |
|
|
|
|
|
|
|
int $(module)mAsk(CKTcircuit *ckt, GENmodel *inst, int which, IFvalue *value) |
|
|
|
{ |
|
|
|
NG_IGNOREABLE(ckt); |
|
|
|
$(module)model *model = ($(module)model *)inst; |
|
|
|
NG_IGNOREABLE(ckt); |
|
|
|
switch (which) { |
|
|
|
<admst:for-each select="modulevariablep[#parametertype!='instance' and isparameter='yes']"> |
|
|
|
<admst:text format=" case $(module)_model_%(name) :\n"/> |
|
|
|
@ -4649,9 +4649,9 @@ int $(module)acLoad(GENmodel *inModel, CKTcircuit *ckt) |
|
|
|
|
|
|
|
int $(module)pzLoad(GENmodel *inModel, CKTcircuit *ckt, SPcomplex *s) |
|
|
|
{ |
|
|
|
NG_IGNOREABLE(ckt); |
|
|
|
register $(module)model *model = ($(module)model*)inModel; |
|
|
|
register $(module)instance *here; |
|
|
|
NG_IGNOREABLE(ckt); |
|
|
|
for ( ; model != NULL; model = model->$(module)nextModel ) |
|
|
|
{ |
|
|
|
/* loop through all the instances of the model */ |
|
|
|
|