set_property#

abstract IntegrationNode.set_property(name: str, value: Any) None#

Set node’s property.

Parameters:
namestr

Property name.

valueAny

Property value.

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.