pypowsybl.voltage_initializer.VoltageInitializerParameters.add_specific_high_voltage_limits#

VoltageInitializerParameters.add_specific_high_voltage_limits(high_limits)[source]#

Indicate to voltage initializer to override the network high voltages limits, limit can be given relative to previous limit or absolute. Low limits can be given for the same voltage level ids using add_specific_low_voltage_limits() but it is not necessary to give a low limit as long as each voltage level has its limits defined and consistent after overrides (low limit < high limit, low limit > 0…) Use this if voltage initializer cannot converge because of infeasibility.

Parameters:

high_limits (List[Tuple[str, bool, float]]) – A List with elements as (voltage level id, is limit relative, limit value)

Return type:

None