pypowsybl.network.Network.update_busbar_sections¶
- Network.update_busbar_sections(df=None, **kwargs)[source]¶
Update bus bar sections with a
Pandasdataframe.- Parameters:
df (DataFrame | None) – the data to be updated, as a dataframe.
kwargs (ArrayLike) – the data to be updated, as named arguments. Arguments can be single values or any type of sequence. In the case of sequences, all arguments must have the same length.
- Return type:
None