pypsa.pf.network_lpf

Contents

pypsa.pf.network_lpf#

pypsa.pf.network_lpf(n: Network, 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