Package pypower :: Module pfsoln
[hide private]
[frames] | no frames]

Module pfsoln

source code

Updates bus, gen, branch data structures to match power flow soln.

Functions [hide private]
 
pfsoln(baseMVA, bus0, gen0, branch0, Ybus, Yf, Yt, V, ref, pv, pq)
Updates bus, gen, branch data structures to match power flow soln.
source code
Variables [hide private]
  EPS = 2.2204460492503131e-16
  __package__ = 'pypower'
Function Details [hide private]

pfsoln(baseMVA, bus0, gen0, branch0, Ybus, Yf, Yt, V, ref, pv, pq)

source code 

Updates bus, gen, branch data structures to match power flow soln.

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln