create_input_slot#

TcpOslServer.create_input_slot(actor_uid: str, slot_name: str | None = None, type_hint: str | None = None) None#

Create custom input slot.

Parameters:
actor_uidstr

Uid of the actor.

slot_nameOptional[str], optional

Name of the slot to be created. By default None.

type_hint: Optional[str], optional

Type of the slot. By default None.

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.