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