CADETProcess.dynamicEvents.EventHandler.remove_event

CADETProcess.dynamicEvents.EventHandler.remove_event#

EventHandler.remove_event(evt_name)[source]#

Remove a specified event from the event handler.

This method ensures that the specified event will no longer influence the process by dynamically changing any attributes.

Parameters:
evt_namestr

Name of the event to be removed

Raises:
CADETProcessError

If Event is not found.

Notes

!!! Check remove_event_dependencies