connect_from#
- abstract InnerInputSlot.connect_from(from_slot: Slot) Edge #
Connect slot from another slot.
- Parameters:
- from_slot: Slot
Sending (output) 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.