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