get_ancestors#

abstractmethod Node.get_ancestors() Tuple[Node, ...]#

Get ordered ancestors of this node, starting with the root system.

Returns:
Tuple[Node, …]

Ancestor nodes ordered from root system at index 0 to the direct parent.

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.