CADETProcess.processModel.FlowSheet.connection_exists

CADETProcess.processModel.FlowSheet.connection_exists#

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

bool: check if connection exists in flow sheet.

Parameters:
originUnitBaseClass

UnitBaseClass from which the connection originates.

destinationUnitBaseClass

UnitBaseClass where the connection terminates.