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