CADETProcess.dynamicEvents.EventHandler.plot_events

CADETProcess.dynamicEvents.EventHandler.plot_events#

EventHandler.plot_events(use_minutes: bool = True) list[Axes][source]#

Plot parameter state as a function of time.

The method creates a plot for each parameter timeline and displays the state of the parameter against time. The time is represented on the x-axis, while the parameter state is shown on the y-axis.

Parameters:
use_minutes: bool, optional

Option to use x-aches (time) in minutes, default is set to True.

Returns:
list of matplotlib.Axes

List of axes objects, each containing a plot of the parameter state.

Notes

The time is divided into 1001 linearly spaced points between 0 and the cycle time for the evaluation of the parameter state.