set_criterion_property#
- TcpOslServer.set_criterion_property(uid: str, criterion_name: str, name: str, value: Any) None #
Set the properties of existing criterion for the system.
- Parameters:
- uid
str
Actor uid.
- criterion_name: str
Name of the criterion.
- name: str
Property name.
- value: Any
Property value.
- 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.