pypowsybl.network.Network.remove_aliases#

Network.remove_aliases(df=None, **kwargs)[source]#

Removes aliases of network elements.

Parameters:
Return type:

None

Notes

Data may be provided as a dataframe or as keyword arguments. In the latter case, all arguments must have the same length.

Valid attributes are:

  • id: the identifier of the network element associated to the alias

  • alias: name of the alias

Examples

network.remove_aliases(id='element_id', alias='alias_id')