set_name#

abstractmethod RootSystem.set_name(new_name: str) None#

Rename node.

Note

Method is supported for Ansys optiSLang version >= 25.2 only.

Parameters:
new_name: str

New node name.

Raises:
NotImplementedError

Raised when unsupported optiSLang server is used.

OslCommunicationError

Raised when an error occurs while communicating with server.

OslCommandError

Raised when the command or query fails.

TimeoutError

Raised when the timeout float value expires.