Skip to content

rwl/oct2pypower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published