CADETProcess.processModel.FlowSheet.connection_exists#
- FlowSheet.connection_exists(origin, destination, origin_port=None, destination_port=None)[source]#
bool: check if connection exists in flow sheet.
- Parameters:
- originUnitBaseClass
UnitBaseClass from which the connection originates.
- destinationUnitBaseClass
UnitBaseClass where the connection terminates.