pypowsybl.voltage_initializer.VoltageInitializerParameters.add_specific_voltage_limits

VoltageInitializerParameters.add_specific_voltage_limits(limits)[source]

Indicate to voltage initializer to override the network voltages limits. Limits are given relative to previous limits. Use this if voltage initializer cannot converge because of infeasibility.

Parameters:

limits (Dict[str, Tuple[float, float]]) – A dictionary where keys are voltage ids, values are (lower limit, upper limit)

Return type:

None