Skip to main content

Midas Powergrid Simulator

This package contains a Midas module providing a pandapower simulator and a number of custom powergrids.

Although this package is intended to be used with midas, but you can use in any mosaik simulation scenario.

Version: 2.1

Installation

This package will usually installed automatically together with midas-mosaik if you opt-in any of the extras, e.g., base or bh. It is available on pypi, so you can install it manually with

pip install midas-powergrid

Usage

The complete documentation is available at https://midas-mosaik.gitlab.io/midas.

Inside of midas

To use the powergrid inside of midas, just add powergrid to your modules

my_scenario:
  modules:
    - powergrid
    - ...

and configure it with (gridfile is required, everything else is optional and can be left out if the default values, shown below, are used):

  powergrid_params:
    my_grid_scope:
      gridfile: midasmv
      grid_params: {}
      step_size: 900
      plotting: False
      plot_path: _plots # Output path defined in runtime config
      save_grid_json: False

All simulators that want to connect to this grid, will have to use my_grid_scope as their grid_name value. Activating the plotting will results in a considerably longer execution time. Activate it only if you really need this feature and it does not work for all of the grids.

The gridfile can be either a path to a .json or .xlsx file, a simbench grid code, one of cigre_hv, cigre_mv, cigre_lv, midasmv, midaslv, or bhv, or an import path to a function or class that either returns a valid pandapower grid or is a pandapower grid itself. The grid_params can be used to pass keywork arguments to custom grids.

Any mosaik scenario

If you don't use midas, you can add the powergrid manually to your mosaik scenario file. First, the entry in the sim_config:

sim_config = {
    "Powergrid": {"python": "midas_powergrid.simulator:PandapowerSimulator"},
    # ...
}

Next, you need to start the simulator (assuming a step_size of 900):

powergrid_sim = world.start("Powergrid", step_size=900)

Finally, the model needs to be started:

powergrid = powergrid_sim.Grid(gridfile="midasmv", grid_params={})

To connect the output of the grids' buses to another model, you have to get the list of bus models from the powergrids' children like

bus_models = [e for e in powergrid.children if "bus" in e.eid]

and then connect those models either individually or in a loop, e.g.,

for bus in bus_models:
    world.connect(bus, other_entity, "vm_pu", "va_degree", "p_mw", "q_mvar")

The inputs are generally handled in the same way. Have a look at powergrid.children to get the required entity eids.

License

This software is released under the GNU Lesser General Public License (LGPL). See the license file for more information about the details.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

midas_powergrid-2.1.3.tar.gz (61.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

midas_powergrid-2.1.3-py3-none-any.whl (57.5 kB view details)

Uploaded Python 3

File details

Details for the file midas_powergrid-2.1.3.tar.gz.

File metadata

  • Download URL: midas_powergrid-2.1.3.tar.gz
  • Upload date:
  • Size: 61.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.9

File hashes

Hashes for midas_powergrid-2.1.3.tar.gz
Algorithm Hash digest
SHA256 1713f7b4598f2227c98412632f33fd83d41fb5f8157131cfcf283c2181e83a85
MD5 3afc514e66675afb98c2f132d22af0ce
BLAKE2b-256 081b4f3dd36695b38c44c54fb1cc14d11d3a2b850db6d84105f59039f832fc14

See more details on using hashes here.

File details

Details for the file midas_powergrid-2.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for midas_powergrid-2.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0825222a8fce648f7325da2547e463e54f57568eec69bf9cbea68d0cbff67ca7
MD5 69a33836b2c0bacdae6c89eb8be5a741
BLAKE2b-256 a019c0024be489d9d7814a20dd2fe1896f74fc2fe3d29ac40f90824e652a2392

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.1.3 This release

2 files

2.1.1

2 files

2.1.0

2 files

2.0.10

2 files

2.0.9

2 files

2.0.8

2 files

2.0.7

2 files

2.0.5

2 files

2.0.4

2 files

2.0.3.post6

2 files

2.0.3.post5

2 files

2.0.3.post4

2 files

2.0.3.post3

2 files

2.0.3.post2

2 files

2.0.3.post1

2 files

2.0.3

2 files

2.0.2

2 files

2.0.1

2 files

2.0.0

2 files

1.2.1

2 files

1.2.0

2 files

1.1.1

2 files

1.1.0

1 file

1.0.14

2 files

1.0.13

2 files

1.0.11

2 files

1.0.10

2 files

1.0.9

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page