connect_from#
- abstractmethod InputSlot.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:
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.