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

Module dcopf

source code

Solves a DC optimal power flow.

Functions [hide private]
 
dcopf(*args, **kw_args)
Solves a DC optimal power flow.
source code
Variables [hide private]
  __package__ = 'pypower'
Function Details [hide private]

dcopf(*args, **kw_args)

source code 

Solves a DC optimal power flow.

This is a simple wrapper function around opf that sets the PF_DC option to True before calling opf. See opf for the details of input and output arguments.

See Also: rundcopf

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln