remove_criterion#

TcpOslServer.remove_criterion(uid: str, name: str) None#

Remove existing criterion from the system.

Parameters:
uidstr

Actor uid.

name: str

Name of the criterion.

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.