connect_from#
- abstractmethod InnerInputSlot.connect_from(from_slot: Slot, skip_rename_slot: bool = False) Edge#
Connect slot from another slot.
- Parameters:
- from_slot: Slot
Sending (output) 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.