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

Module makeSbus

source code

Builds the vector of complex bus power injections.

Functions [hide private]
 
makeSbus(baseMVA, bus, gen)
Builds the vector of complex bus power injections.
source code
Variables [hide private]
  __package__ = 'pypower'
Function Details [hide private]

makeSbus(baseMVA, bus, gen)

source code 

Builds the vector of complex bus power injections.

Returns the vector of complex bus power injections, that is, generation minus load. Power is expressed in per unit.

See Also: makeYbus

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln