PowerfulCases

Test case data for power systems simulation - works with Julia and Python

PowerfulCases Logo

Stop Hunting for Test Cases

PowerfulCases provides ready-to-use power system test cases for simulation and research. No more searching for IEEE test cases or dealing with inconsistent file formats.

pip install powerfulcases
from powerfulcases import load

case = load("ieee14")
print(case.raw)  # Path to RAW file
print(case.dyr)  # Path to DYR file