get_criteria#

TcpOslServer.get_criteria(uid: str) List[dict]#

Get information about all existing criterion from the system.

Parameters:
uidstr

Actor uid.

Returns
——-
List[dict]

Criteria information.

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.