Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions edisgo/network/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ def lines_df(self):
Resistance of line (or in case of multiple parallel lines
total resistance of lines) in Ohm.

b : float
Shunt susceptance of line (or in case of multiple parallel lines
total shunt susceptance of lines) in Siemens.

s_nom : float
Apparent power which can pass through the line (or in case of
multiple parallel lines total apparent power which can pass
Expand Down