move_to#

abstractmethod RootSystem.move_to(to_system: System) None#

Move node into another system.

Parameters:
to_system: System

System to move the node into.

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.