edisgo.network.overlying_grid

Classes

OverlyingGrid

Data container for requirements from the overlying grid.

Functions

distribute_overlying_grid_requirements(edisgo_obj)

Distributes overlying grid requirements to components in grid.

Module Contents

edisgo.network.overlying_grid.distribute_overlying_grid_requirements(edisgo_obj)

Distributes overlying grid requirements to components in grid.

Overlying grid requirements for e.g. electromobility charging are distributed to all charging points where cars are parked, and for DSM to all DSM loads based on their available load increase and decrease at each time step.

Parameters:

edisgo_obj (EDisGo) – The eDisGo API object

Returns:

New EDisGo object with only the topology data and adjusted time series data.

Return type:

EDisGo