pypsa.Network.lpf

Contents

pypsa.Network.lpf#

Network.lpf(snapshots: Sequence | None = None, skip_pre: bool = False) None#

Linear power flow for generic network.

Parameters:
  • snapshots (list-like|single snapshot) – A subset or an elements of n.snapshots on which to run the power flow, defaults to n.snapshots

  • skip_pre (bool, default False) – Skip the preliminary steps of computing topology, calculating dependent values and finding bus controls.

Return type:

None