CADETProcess.processModel.ComponentSystem.remove_component

CADETProcess.processModel.ComponentSystem.remove_component#

ComponentSystem.remove_component(component)[source]#

Remove a component from the system.

Parameters:
component{str, Component}

The name of the component or the component instance to be removed.

Raises:
CADETProcessError

If the component is unknown or not present in the system.