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_uid
str
Uid of the sending actor.
- from_slot
str
Slot of the sending actor.
- to_actor_uid
str
Uid of the receiving actor.
- to_slot
str
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.
- from_actor_uid
- 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.