powsybl / powsybl-open-rao

A toolbox based on powsybl framework dedicated to power systems coordinated capacity calculation and security analysis projects
Mozilla Public License 2.0
17 stars 6 forks source link

RaoResult writer API #1136

Closed pet-mit closed 2 weeks ago

pet-mit commented 2 months ago

Describe the current behavior

RaoResult can be exported to json, core cne, or swe cne. Three APIs exist for those purposes.

Describe the expected behavior

Unify the API by creating one method : raoResult.write

Describe the motivation

cleaner API, ease to add new exporters, ease to develop python api

Extra Information