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:
OslCommunicationErrorRaised when an error occurs while communicating with server.
OslCommandErrorRaised when the command or query fails.
TimeoutErrorRaised when the timeout float value expires.