Voltage Initializer#
The voltage_initializer module is a tool to initialize voltage of a network before a loadflow and can prevent divergence.
Run the voltage initializer#
|
Run voltage initializer on the network with the given params. |
VoltageInitializerParameters : How to parameterize the tool#
Parameters of a voltage initializer run. |
|
|
Indicate to voltage initializer that the given shunt compensator has a variable susceptance. |
Indicate to voltage initializer that the given generator have a constant target reactive power. |
|
|
Indicate to voltage initializer that the given 2wt have a variable ratio. |
|
Indicate to voltage initializer to override the network low voltages limits, limit can be given relative to former limit or absolute. |
|
Indicate to voltage initializer to override the network high voltages limits, limit can be given relative to previous limit or absolute. |
If you use BETWEEN_HIGH_AND_LOW_VOLTAGE_LIMIT, you also need to call |
|
If you use BETWEEN_HIGH_AND_LOW_VOLTAGE_LIMIT, you also need to call this function. |
VoltageInitializerResults : How to exploit the results#
|
Results of a voltage initializer run. |
Apply all the modifications voltage initializer found to the network. |
|
If the optimisation failed, it can be useful to check the indicators. |
|
Returns: The indicators as a dict of the optimisation |