CADETProcess.processModel.ComponentSystem.remove_component

CADETProcess.processModel.ComponentSystem.remove_component#

ComponentSystem.remove_component(component: str | Component) None[source]#

Remove a component from the system.

Parameters:
componentstr | 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.