connect_nodes#

TcpOslServer.connect_nodes(from_actor_uid: str, from_slot: str, to_actor_uid: str, to_slot: str, skip_rename_slot: bool = False) None#

Connect nodes.

Parameters:
from_actor_uidstr

Uid of the sending actor.

from_slotstr

Slot of the sending actor.

to_actor_uidstr

Uid of the receiving actor.

to_slotstr

Slot of the receiving actor.

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.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with server.

OslCommandError

Raised when the command or query fails.

TimeoutError

Raised when the timeout float value expires.