sogno-platform / covee

Coordinated Voltage Control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoVee

CoVee is a Python package that can be used to implement and test several voltage control methods.

Installation

User

Install the covee package with

$ python setup.py install

Virtual Environment (only for Linux)

Create a virtual environment and install the covee package with

$ make init

Docker version with docker-compose

$ sudo docker-compose up
$ sudo docker exec -it (CONTAINER) bash
$ cd covee
$ make init
$ covee_env/bin/python3 covee_main.py

License

The project is released under the terms of the MPL 2.0.

Getting Started

About

Coordinated Voltage Control

License:Mozilla Public License 2.0


Languages

Language:Python 99.7%Language:Makefile 0.2%Language:Dockerfile 0.2%