From 1fe6ed1a0b9a9a5d9f9ea0e6afe80ff8a3fc10d4 Mon Sep 17 00:00:00 2001 From: joda9 Date: Tue, 1 Oct 2024 11:13:24 +0200 Subject: [PATCH] Update docstring --- edisgo/network/topology.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/edisgo/network/topology.py b/edisgo/network/topology.py index 633c508ff..b2509e869 100755 --- a/edisgo/network/topology.py +++ b/edisgo/network/topology.py @@ -2412,6 +2412,14 @@ def connect_to_lv_based_on_geolocation( connected to the MV bus. If the distance is greater, the component is connected to a new LV bus. + * Buses the components can be connected to: + - For voltage level 6: Components can be connected to MV/LV substations. + If MV connection is allowed, components can also be connected to + MV buses. + - For voltage level 7: Components can be connected to LV buses. If MV + connection is allowed, components can also be connected + to MV buses and MV/LV substations. + Parameters ---------- edisgo_object : :class:`~.EDisGo`