edisgo.network.overlying_grid ============================= .. py:module:: edisgo.network.overlying_grid Classes ------- .. toctree:: :hidden: /autoapi/edisgo/network/overlying_grid/OverlyingGrid .. autoapisummary:: edisgo.network.overlying_grid.OverlyingGrid Functions --------- .. autoapisummary:: edisgo.network.overlying_grid.distribute_overlying_grid_requirements Module Contents --------------- .. py:function:: 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. :param edisgo_obj: The eDisGo API object :type edisgo_obj: :class:`~.EDisGo` :returns: New EDisGo object with only the topology data and adjusted time series data. :rtype: :class:`~.EDisGo`