Skip to content

Commit

Permalink
add documentation for hvdc lines (#805)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Etienne LESOT <[email protected]>
  • Loading branch information
EtienneLt authored Jul 16, 2024
1 parent 8014db4 commit 5aa73ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypowsybl/network/impl/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1776,8 +1776,8 @@ def get_hvdc_lines(self, all_attributes: bool = False, attributes: List[str] = N
Notes:
The resulting dataframe, depending on the parameters, will include the following columns:
- **converters_mode**:
- **target_p**: (in MW)
- **converters_mode**: the mode of the converter stations. It can be either SIDE_1_RECTIFIER_SIDE_2_INVERTER or SIDE_1_INVERTER_SIDE_2_RECTIFIER
- **target_p**: active power target (in MW)
- **max_p**: the maximum of active power that can pass through the hvdc line (in MW)
- **nominal_v**: nominal voltage (in kV)
- **r**: the resistance of the hvdc line (in Ohm)
Expand Down

0 comments on commit 5aa73ef

Please sign in to comment.