CADETProcess.processModel.FlowSheet.remove_connection

CADETProcess.processModel.FlowSheet.remove_connection#

FlowSheet.remove_connection(origin, destination)[source]#

Remove connection between units ‘origin’ and ‘destination’.

Parameters:
originUnitBaseClass

UnitBaseClass from which the connection originates.

destinationUnitBaseClass

UnitBaseClass where the connection terminates.

Raises:
CADETProcessError

If origin OR destination do not exist in the current flow sheet. If connection does not exists in the current flow sheet.