Home

Awesome

oct2pypower

Python bridge to MATPOWER using Oct2Py.

Usage

oct2pypower is available on Docker Hub:

$ docker run -it rlincoln/oct2pypower

This command starts an IPython shell initialized with a variable mp for calling MATPOWER functions, for example:

In [1]: mp.runpf()

See the MATPOWER function reference for further details.