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:
  • network (Network) – the network containing the voltage level.

  • voltage_level_id (str) – id of the voltage level for which we want to get the order positions.

Return type:

DataFrame

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.