pypowsybl.network.scalable.StackScalable.from_injections¶ classmethod StackScalable.from_injections(injection_ids, min_value=None, max_value=None)[source]¶ Create a StackScalable from a list of injection ids. Parameters: injection_ids (List[str]) – The list of injection ids with which to create the underlying Scalable min_value (optional) – The minimum active power value the modification can reach max_value (optional) – The maximum active power value the modification can reach Return type: StackScalable