load#
- TcpOslServer.load(uid: str, args: Dict[str, Any] | None = None) None #
Explicit load of node.
- Parameters:
- uid: str
Actor uid.
- args: Optional[Dict[str, any]], optional
Additional arguments, by default
None
.
- Raises:
OslCommunicationError
Raised when an error occurs while communicating with server.
OslCommandError
Raised when the command or query fails.
TimeoutError
Raised when the timeout float value expires.