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:
OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.