move_nodes_here#

abstractmethod RootSystem.move_nodes_here(nodes: Iterable[Node]) None#

Move existing nodes into this system.

Parameters:
nodes: Iterable[Node]

Nodes to move into this system.

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.