set_properties#
- abstractmethod ProxySolverNode.set_properties(properties: Mapping[str, Any]) None#
Set multiple node properties.
- Parameters:
- properties
Mapping[str,Any] Mapping of property names to property values.
- properties
- Raises:
TypeErrorRaised when
propertiesis not a mapping or contains non-string keys.OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.