get_ancestors#

abstract System.get_ancestors() Tuple[Node, ...]#

Get tuple of ordered ancestors starting from root system at position 0.

Returns:
Tuple[Node, …]

Tuple of ordered ancestors, starting from root system at position.

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.