Skip to content

Network

The network parameters are the following:

network:
  name: "case24_ieee_rts" # Name of the power grid network (without extension)
  source: "pglib" # Data source for the grid; options: pglib, pandapower, file
  network_dir: "scripts/grids" # if using source "file", this is the directory containing the network file (relative to the project root)

Networks can be loaded from three different sources, specified in `source:

e.g.

network:
  source: "pglib"
  name: "case24_ieee_rts"   # Name of the power grid network **without the pglib prefix**

Pandapower library

e.g.

network:
  source: "pandapower"
  name: "case_ieee30"

Local matpower files

e.g.

network:
  source: "Texas2k_case1_2016summerpeak"
  name: "case24_ieee_rts"          # Name of the power grid network **without .m extension**
  network_dir: "scripts/grids"    # Directory containing the network files