connect_nodes#

TcpOslServer.connect_nodes(from_actor_uid: str, from_slot: str, to_actor_uid: str, to_slot: str) None#

Connect 2 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.

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.