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

Module update_mupq

source code

Updates values of generator limit shadow prices.

Functions [hide private]
 
update_mupq(baseMVA, gen, mu_PQh, mu_PQl, data)
Updates values of generator limit shadow prices.
source code
Variables [hide private]
  __package__ = 'pypower'
Function Details [hide private]

update_mupq(baseMVA, gen, mu_PQh, mu_PQl, data)

source code 

Updates values of generator limit shadow prices.

Updates the values of MU_PMIN, MU_PMAX, MU_QMIN, MU_QMAX based on any shadow prices on the sloped portions of the generator capability curve constraints.

Parameters:
  • mu_PQh - shadow prices on upper sloped portion of capability curves
  • mu_PQl - shadow prices on lower sloped portion of capability curves
  • data - "data" dict returned by makeApq

See Also: makeApq.

Authors:
Ray Zimmerman (PSERC Cornell), Carlos E. Murillo-Sanchez (PSERC Cornell & Universidad Autonoma de Manizales), Richard Lincoln