copy#
- abstractmethod RootSystem.copy(target_system: System | None = None, deep_copy: bool = False) Node#
Copy current node into a target system.
Note
Method is supported for Ansys optiSLang version >= 27.1 only.
- Parameters:
- Returns:
NodeInstance of the copied node.
- Raises:
NotImplementedErrorRaised when unsupported optiSLang server is used.
OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.