pypowsybl.network.scalable.StackScalable.from_scalables

classmethod StackScalable.from_scalables(scalables, min_value=None, max_value=None)[source]

Create a StackScalable from a list of underlying Scalable.

Parameters:
  • scalables (List[Scalable]) – The list of underlying Scalable to stack

  • 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