pypowsybl.network.Network.get_tie_lines#

Network.get_tie_lines(all_attributes=False, attributes=None, **kwargs)[source]#

Get a dataframe of tie lines.

Parameters:
  • all_attributes (bool) – flag for including all attributes in the dataframe, default is false

  • attributes (List[str] | None) – attributes to include in the dataframe. The 2 parameters are mutually exclusive. If no parameter is specified, the dataframe will include the default attributes.

  • kwargs (_SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]) – the data to be selected, as named arguments.

Returns:

A dataframe of tie lines.

Return type:

DataFrame

Notes

The resulting dataframe, depending on the parameters, will include the following columns:

  • dangling_line1_id: The ID of the first dangling line

  • dangling_line2_id: The ID of the second dangling line

  • ucte_xnode_code: The UCTE xnode code of the tie line, obtained from the dangling lines.

  • fictitious (optional): True if the tie line is part of the model and not of the actual network

This dataframe is indexed by the id of the dangling lines