Parse MATPOWER case into pandas DataFrame
pip install matpowercaseframes
from matpowercaseframes import CaseFrames
case_path = 'case9.m'
cf = CaseFrames(case_path)
print(cf.gencost)
Install matpower-pip
using pip install matpower
for easy mpc
navigation.
import os
from matpower import path_matpower # require `pip install matpower`
case_name = 'case9.m'
case_path = os.path.join(path_matpower, 'data', case_name)
- Parse MATPOWER case using matpower-pip
This repository was supported by the Faculty of Engineering, Universitas Gadjah Mada under the supervision of Mr. Sarjiya. If you use this package for your research, we are very glad if you cite any relevant publication under Mr. Sarjiya's name as a thanks (but you are not responsible to). You can found his publications on the semantic scholar or IEEE.