public interface IBusChildNetHelper<TParentBus,TChildBus>
| Modifier and Type | Method and Description |
|---|---|
boolean |
updateChildNet()
update the child network using the data of this bus
|
org.apache.commons.math3.complex.Complex |
updateParentNet()
Update the bus state using the child Network object.
|
org.apache.commons.math3.complex.Complex |
updateParentNet(org.apache.commons.math3.complex.Complex pq)
Update the bus state using the swingPQ, It is called by the updateBus() method.
|
org.apache.commons.math3.complex.Complex updateParentNet()
throws InterpssException
InterpssExceptionorg.apache.commons.math3.complex.Complex updateParentNet(org.apache.commons.math3.complex.Complex pq)
pq - parent net bus p and qboolean updateChildNet()