reset#

TcpOslServer.reset(actor_uid: str | None = None, hid: str | None = None)#

Reset complete project or a specific actor state.

For a complete project reset, do not specify the actor_uid and hid entries.

Parameters:
actor_uid: Optional[str], optional

Actor uid entry. A Hierarchical ID (hid) is required. By default None.

hid: Optional[str], optional

Hid entry. The actor uid is required. 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.