remove_criterion#
- TcpOslServer.remove_criterion(uid: str, name: str) None #
Remove existing criterion from the system.
- Parameters:
- uid
str
Actor uid.
- name: str
Name of the criterion.
- 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.