multipier m

This commit is contained in:
h_vogt 2013-05-30 11:25:57 +02:00
parent 47162dccab
commit 8cb719aee0
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ VCCSask(CKTcircuit *ckt, GENinstance *inst, int which, IFvalue *value, IFvalue *
case VCCS_TRANS:
value->rValue = here->VCCScoeff;
return (OK);
case VCCS_M:
value->rValue = here->VCCSmValue;
return (OK);
case VCCS_POS_NODE:
value->iValue = here->VCCSposNode;
return (OK);