pypsa.examples.storage_hvdc

Contents

pypsa.examples.storage_hvdc#

pypsa.examples.storage_hvdc(update: bool = False, from_master: bool = False) Network#

Load the storage network example of PyPSA.

Parameters:
  • update (bool, optional) – Whether to update the locally stored network data. The default is False.

  • from_master (bool, optional) – Whether to retrieve from the master branch of the pypsa repository.

  • Deprecation

  • -----------

  • [ (material-tag-outline: v0.35.0](/release-notes/#v0.35.0): Parameters)

  • Networks (from_master and update are deprecated and do not have any effect.)

  • version. (are always updated and retrieved for the current)

Returns:

Storage network example network.

Return type:

pypsa.Network

Examples

>>> n = pypsa.examples.storage_hvdc()
>>> n
PyPSA Network 'Storage-HVDC'
----------------------------
Components:
 - Bus: 6
 - Carrier: 3
 - Generator: 12
 - GlobalConstraint: 1
 - Line: 6
 - Link: 2
 - Load: 6
 - StorageUnit: 6
Snapshots: 12