set_property#
- abstract RootSystem.set_property(name: str, value: Any) None #
Set node’s property.
- Parameters:
- name
str
Property name.
- value
Any
Property value.
- name
- Raises:
OslCommunicationError
Raised when an error occurs while communicating with the server.
OslCommandError
Raised when a command or query fails.
TimeoutError
Raised when the timeout float value expires.