pypowsybl.network.scalable.InjectionScalable¶
- class InjectionScalable(injection_id, min_value=None, max_value=None)[source]¶
Scalable based on a single injection.
- Parameters:
injection_id (str) – The id of the injection the scalable will modify
min_value (optional) – The minimum active power value the modification can reach
max_value (optional) – The maximum active power value the modification can reach
Methods
__init__(injection_id[, min_value, max_value])scale(network, asked[, parameters])Apply the active power scaling to a given network.
Attributes
injection_idmax_valuemin_valuetype