set_properties#

abstractmethod System.set_properties(properties: Mapping[str, Any]) None#

Set multiple node properties.

Parameters:
propertiesMapping[str, Any]

Mapping of property names to property values.

Raises:
TypeError

Raised when properties is not a mapping or contains non-string keys.

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.