get_criterion#

TcpOslServer.get_criterion(uid: str, name: str) Dict#

Get existing criterion from the system.

Parameters:
uidstr

Actor uid.

name: str

Criterion name.

Returns
——-
Dict

Criterion 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.