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

Module makeYbus

source code

Builds the bus admittance matrix and branch admittance matrices.

Functions [hide private]
 
makeYbus(baseMVA, bus, branch)
Builds the bus admittance matrix and branch admittance matrices.
source code
Variables [hide private]
  __package__ = 'pypower'
Function Details [hide private]

makeYbus(baseMVA, bus, branch)

source code 

Builds the bus admittance matrix and branch admittance matrices.

Returns the full bus admittance matrix (i.e. for all buses) and the matrices Yf and Yt which, when multiplied by a complex voltage vector, yield the vector currents injected into each line from the "from" and "to" buses respectively of each line. Does appropriate conversions to p.u.

See Also: makeSbus

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln