tdcosim / TDcoSim

T&D co-simulation package
Other
23 stars 8 forks source link

BUG: Dataframe created by QSTS (static) simulation only contains voltage magnitude and angles #54

Open sibyjackgrove opened 2 years ago

sibyjackgrove commented 2 years ago

Describe the bug The data frame created after QSTS is missing variables like PLOAD, Qload etc. It only contains 3 phase voltage magnitude and angles.

To Reproduce Run any QSTS co-simulation and check the data frame either directly or through the dashboard.

df = pd.read_pickle(r"D:\tdcosim\v2_test\TDcoSim\output\output_qsts\case68_qsts_paper_10_percent_der\df_pickle.pkl")
print(df.property.unique())

array(['Vmag_a', 'Vmag_b', 'Vmag_c', 'Vang_a', 'Vang_b', 'Vang_c'],

Expected behavior Additional variables associated with transmission system simulation should be available in the dataframe.

Screenshots image

Desktop (please complete the following information):