CADETProcess.processModel.Process.remove_event

CADETProcess.processModel.Process.remove_event#

Process.remove_event(evt_name)#

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.

See also

add_event
Event
Event.remove_dependency

Notes

!!! Check remove_event_dependencies