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

Module makeLODF

source code

Builds the line outage distribution factor matrix.

Functions [hide private]
 
makeLODF(branch, PTDF)
Builds the line outage distribution factor matrix.
source code
Variables [hide private]
  __package__ = 'pypower'
Function Details [hide private]

makeLODF(branch, PTDF)

source code 

Builds the line outage distribution factor matrix.

Returns the DC line outage distribution factor matrix for a given PTDF. The matrix is nbr x nbr, where nbr is the number of branches.

Example:

   H = makePTDF(baseMVA, bus, branch)
   LODF = makeLODF(branch, H)

See Also: makePTDF

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln