disconnect_slot#

TcpOslServer.disconnect_slot(uid: str, slot_name: str, direction: str) None#

Remove all connections for a given slot.

Parameters:
uidstr

Node uid.

slot_namestr

Slot name.

directionstr

String specifying direction, either ‘sdInputs’ <or> ‘sdOuputs’.

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.