Skip to content
Snippets Groups Projects
Jan Dinkelbach's avatar
Jan Dinkelbach authored
fix path and cim import in se example

See merge request !15
3435a3e1
History

PyVolt

This package provides algorithms for running powerflow simulations, state estimation and FLISR in Python.
It uses CIMpy to read network data based on the Common Information Model.

Installation

User

Install the pyvolt package with

python setup.py install

Developer

Install the pyvolt package in development mode with

python setup.py develop

Getting started

To get started you find executable examples under examples/quickstart