rwl / PYPOWER

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

Fix ppc bus numbering to resolve exceed or mismatch #56

Closed yasirroni closed 4 years ago

yasirroni commented 4 years ago

Using makeY, makeB, and etc can cause a mismatch error. To resolve that, a user can use to_ppc0 first before using that function. Furthermore, reducing bus numbering didn't affect the result of runpf. This is one of the most questions about using pypower (mismatch dimension, exceed dimension) that I found on internet, I think.