rwl / PYPOWER

Port of MATPOWER to Python
http://rwl.github.io/PYPOWER/api/
Other
329 stars 110 forks source link

big god,help me! #52

Closed Gallenger closed 5 years ago

Gallenger commented 5 years ago

how to ' import pypower' to the script,i want to write the code,

priyald17 commented 5 years ago

import pypower.api as pp

Gallenger commented 5 years ago

running the 'case9' example and how to extract the 'Bus' matrix or another matrixs from the run results,just like the Matlab, Thanks for your help

priyald17 commented 5 years ago

ppc = pp.case9() ppc.keys() # shows you available keys to extract

Gallenger commented 5 years ago

oh,thank you so much. i begin to learn the deep learning in distribution network, maybe a little hard