pypowsybl.network.Network.get_elements_properties#
- Network.get_elements_properties(all_attributes=False, attributes=None, **kwargs)[source]#
Get a dataframe of properties of all network elements.
Args:
- Returns:
A dataframe of properties
- Parameters:
- Return type:
Notes
The resulting dataframe, depending on the parameters, will include the following columns:
type: the type of the network element (network, line, generator, load, …)
key: property key
value: property value
This dataframe is indexed on the network element ID.