pypowsybl.voltage_initializer.run¶
- run(network, params, debug=False)[source]¶
Run voltage initializer on the network with the given params.
- Parameters:
network (Network) – Network on which voltage initializer will run
params (VoltageInitializerParameters) – The parameters used to customize the run
debug (bool) – if true, the tmp directory of the voltage initializer run will not be erased.
- Return type: