connect_to#

abstract InnerOutputSlot.connect_to(to_slot: Slot) Edge#

Connect slot to another slot.

Parameters:
to_slot: Slot

Receiving (input) slot

Returns:
Edge

Object determining connection.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with the server.

OslCommandError

Raised when a command or query fails.

TimeoutError

Raised when the timeout float value expires.