VSRC - requested power should comply with passive convention bug #517

This commit is contained in:
dwarning 2020-10-12 12:27:46 +02:00 committed by Holger Vogt
parent af99beb6a2
commit ac4aa9dd8f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ VSRCask(CKTcircuit *ckt, GENinstance *inst, int which, IFvalue *value, IFvalue *
} else {
value->rValue = (*(ckt->CKTrhsOld+here->VSRCposNode)
- *(ckt->CKTrhsOld + here->VSRCnegNode)) *
-*(ckt->CKTrhsOld + here->VSRCbranch);
*(ckt->CKTrhsOld + here->VSRCbranch);
}
return(OK);
#ifdef SHARED_MODULE