pypowsybl.network.get_connectables_order_positions#
- get_connectables_order_positions(network, voltage_level_id)[source]#
Gets the order positions of every connectable of a given voltage level in a dataframe.
- Parameters:
- Return type:
Note
About order positions: order positions represent the relative positions of every connectable compared to each other on a busbar section. It is filled in the ConnectablePosition extension under Order. Each connectable has as many positions as it has feeders. In this method, we get all the taken order positions by every connectable at the scale of a voltage level.