connect_to#
- abstractmethod OutputSlot.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:
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.