Skip to content

Commit

Permalink
Merge pull request #2210 from e2nIEE/fix_calc_v_angles_docstring
Browse files Browse the repository at this point in the history
Update run.py
  • Loading branch information
SteffenMeinecke authored Jan 24, 2024
2 parents 9d94f6d + 092ad57 commit 7086cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandapower/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def runpp(net, algorithm='nr', calculate_voltage_angles=True, init="auto",
- "fdbx" fast-decoupled (pypower implementation)
- "fdxb" fast-decoupled (pypower implementation)
**calculate_voltage_angles** (str or bool, "auto") - consider voltage angles in loadflow calculation
**calculate_voltage_angles** (str or bool, True) - consider voltage angles in loadflow calculation
If True, voltage angles of ext_grids and transformer shifts are considered in the
loadflow calculation. Considering the voltage angles is only necessary in meshed
Expand Down

0 comments on commit 7086cf7

Please sign in to comment.