get_nodes#
- abstract System.get_nodes() Tuple[Node, ...] #
Get the direct children nodes.
- Returns:
Tuple
[Node
, …]Current system nodes.
- 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.