get_available_nodes#

TcpOslServer.get_available_nodes() Dict[str, List[str]]#

Get available node types for current oSL server.

Returns:
Dict[str, List[str]]

Dictionary of available nodes types

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.