connect_to#
- abstractmethod InnerOutputSlot.connect_to(to_slot: Slot, skip_rename_slot: bool = False) Edge#
 Connect slot to another slot.
- Parameters:
 - to_slot: Slot
 Receiving (input) slot
- skip_rename_slot: bool, optional
 Skip automatic slot rename for untyped slots. Defaults to False.
Note
Argument has effect for Ansys optiSLang version >= 25.2 only.
- Returns:
 EdgeObject determining connection.
- Raises:
 OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.