Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 675 Bytes

converter.rst

File metadata and controls

26 lines (15 loc) · 675 Bytes

Converter

Besides the grid, profiles and study cases data, this repository provides the converter between pandapower net format and csv files with SimBench data format.

simbench.csv2pp

simbench.pp2csv

The converter functions use internal functions which converts between a pandapower net object and a dict object with SimBench data format. This internal functions can be used if no writing or reading from and to csv files is desired.

simbench.csv_data2pp

simbench.pp2csv_data