load#
- abstract IntegrationNode.load(args: dict | None = None) 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.
- Parameters:
- args: Optional[dict], optional
Additional arguments, by default
None
.
- 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.