finalize#
- abstractmethod RootSystem.finalize(run_async: bool = False) str | None#
Finalize the parametric system.
- Parameters:
- run_async: bool, optional
Whether to perform the finalize as an asynchronous, non-blocking long running operation. If
True, this method returns immediately with the ID of the long running operation instead of waiting for the finalize to complete. By defaultFalse.Note
Argument is supported for Ansys optiSLang version >= 27.1 only.
- Returns:
Optional[str]ID of the long running operation if
run_asyncisTrue,Noneotherwise.
- 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.