pypowsybl.network.Network.get_current_limits#

Network.get_current_limits(all_attributes=False, attributes=None)[source]#

Deprecated since version Use: get_operational_limits() instead.

Get the list of all current limits on the network paired with their branch id.

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

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

Returns:

all current limits on the network

Return type:

DataFrame