https://github.com/rwl/oct2pypower
Python to MATPOWER bridge using Oct2Py
https://github.com/rwl/oct2pypower
matpower oct2py power-system-simulation python
Last synced: about 1 year ago
JSON representation
Python to MATPOWER bridge using Oct2Py
- Host: GitHub
- URL: https://github.com/rwl/oct2pypower
- Owner: rwl
- Created: 2019-02-22T16:24:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T16:48:19.000Z (over 7 years ago)
- Last Synced: 2025-02-16T15:51:27.066Z (over 1 year ago)
- Topics: matpower, oct2py, power-system-simulation, python
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oct2pypower
Python bridge to [MATPOWER](https://github.com/MATPOWER/matpower/) using
[Oct2Py](https://blink1073.github.io/oct2py/).
## Usage
`oct2pypower` is available on [Docker Hub](https://hub.docker.com/r/rlincoln/oct2pypower):
```
$ docker run -it rlincoln/oct2pypower
```
This command starts an [IPython](https://ipython.org) shell initialized with
a variable `mp` for calling MATPOWER functions, for example:
```
In [1]: mp.runpf()
```
See the [MATPOWER function reference](http://www.pserc.cornell.edu/matpower/docs/ref/)
for further details.