src.table_generator# Functions# read_simulation_results(file_path) read_sol_file(file_path) read_excel_value(file_path, filter_col, filter_val) append_to_excel(df, excel_path) table(→ None) Module Contents# src.table_generator.read_simulation_results(file_path)[source]# src.table_generator.read_sol_file(file_path)[source]# src.table_generator.read_excel_value(file_path, filter_col, filter_val)[source]# src.table_generator.append_to_excel(df, excel_path)[source]# src.table_generator.table(sim_results_path: str, sol_path: str, scenario_name: str, model: str, new_capacity_path: str, new_storage_capacity_path: str, filter_val1: str, filter_val2: str, excel_path: str) → None[source]#