pypsa.SubNetwork.lpf

Contents

pypsa.SubNetwork.lpf#

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

Linear power flow for connected sub-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