pypsa.pf.network_lpf#
- pypsa.pf.network_lpf(network: 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 network.snapshots on which to run the power flow, defaults to network.snapshots
skip_pre (bool, default False) – Skip the preliminary steps of computing topology, calculating dependent values and finding bus controls.
- Return type:
None