edisgo.network.components.Component =================================== .. py:class:: edisgo.network.components.Component(**kwargs) Bases: :py:obj:`BasicComponent` .. autoapi-inheritance-diagram:: edisgo.network.components.Component :parts: 1 Generic component for all components that can be considered nodes, e.g. generators and loads. .. py:property:: bus Bus component is connected to. :param bus: ID of bus to connect component to. :type bus: str :returns: Bus component is connected to. :rtype: str .. py:property:: grid Grid the component is in. :returns: Grid object the component is in. :rtype: :class:`~.network.grids.Grid` .. py:property:: geom Geolocation of component. :rtype: :shapely:`Point`