load#

abstract IntegrationNode.load() None#

Explicitly load the node.

Some optiSLang nodes support/need an explicit load prior to being able to register or to make registering more convenient.

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.