GridMod / RTS-GMLC

Reliability Test System - Grid Modernization Lab Consortium
159 stars 82 forks source link

RTS_Data/FormattedData/pandapower/source_data_to_pp.py Query #108

Closed Misbahrani closed 3 years ago

Misbahrani commented 5 years ago

Hello I have run this file and exported the results to excel, in the parameters tab, the OPF converged is false, so it means that OPF wasn't converged??? image

FlorianShepherd commented 5 years ago

@Misbahrani Have you tried to run an opf or just assume that it doesn't work because it says in the excel file? Please try:

import pandapower as pp
net = pp.from_excel("your_rts_path.xlsx")
pp.runopp(net)
print(net.res_bus)

Do you see any results?