get_timeout#

TcpOslServer.get_timeout() float | None#

Get current timeout value for execution of commands.

Returns:
timeout: Union[float, None]

Timeout in seconds to perform commands.

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.