breos.plotting.plot_battery_soh_timeseries#

breos.plotting.plot_battery_soh_timeseries(results_df, results_directory, start_date=None, end_date=None, scenario_name='')[source]#

Time series plot of battery State of Health (SOH) over time.

Parameters:
  • results_df (DataFrame) – Energy balance results DataFrame with Battery_SOH column

  • results_directory (str) – Directory to save plots

  • start_date (Optional[str]) – Optional start date filter (e.g., ‘2025-01-01’)

  • end_date (Optional[str]) – Optional end date filter (e.g., ‘2025-12-31’)

  • scenario_name (str) – Optional suffix for filenames

Return type:

None