CADETProcess.processModel.Process.check_duplicate_events

CADETProcess.processModel.Process.check_duplicate_events#

Process.check_duplicate_events()#

Ensure no simulateneous events are scheduled for a specific parameter and index.

Evaluates all events scheduled for each parameter and index combination. Raises a warning if multiple events are scheduled to occur simultaneously, as this can lead to unexpected system or simulation behavior.

Returns:
bool

True if no duplicate events are detected, False otherwise.

Warning

If events are detected to occur at the same timestamp.