pypowsybl.network.Network.update_linear_shunt_compensator_sections#

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

Update shunt compensators with data provided as a DataFrame or as named arguments.

Parameters:
Return type:

None

Notes

Attributes that can be updated are:

  • g_per_section

  • b_per_section

  • max_section_count

Examples

Some examples using keyword arguments:

network.update_linear_shunt_compensator_sections(id='CAP-1', max_section_count=3)