GC_PandaPowerImporter module

GC_PandaPowerImporter.PP2GC(gridPP)[source]
GC_PandaPowerImporter.convert_mat_to_m(mat_data, output_m_file)[source]

Convert a MATPOWER .mat file to a .m file.

Parameters:
  • input_mat_file (str) – Path to the input .mat file containing the MATPOWER case.

  • output_m_file (str) – Path to the output .m file to be created.