pypowsybl.network.Network.get_extensions#

Network.get_extensions(extension_name, table_name='')[source]#

Get an extension as a DataFrame for a specified extension name.

Parameters:
  • extension_name (str) – name of the extension

  • table_name (str) – optional argument to choose the name of the dataframe to retrieve for extensions using multiple dataframes

Returns:

A dataframe with the extensions data.

Return type:

DataFrame

Notes

The extra id column in the resulting dataframe provides the link to the extensions parent elements