plot_obj_history#

relsad.simulation.plot_obj_history(obj_list: list, time_unit: relsad.Time.TimeUnit, save_dir: str)[source]#

Plots the history of a list of objects in the power system

Parameters
  • obj_list (list) – List of objects

  • time_unit (TimeUnit) – The time unit of the simulation

  • save_dir (str) – The saving directory

Return type

None