.. vale off :class:`SolveConfiguration` =========================== .. py:class:: ansys.mechanical.stubs.Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration Bases: :py:obj:`object` The class representing a solve configuration. .. !! processed by numpydoc !! .. py:currentmodule:: SolveConfiguration Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~SetAsDefault` - Sets this solve configuration as the default. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Default` - Whether this solve configuration is the default. * - :py:attr:`~Name` - The name of the solve configuration. * - :py:attr:`~Settings` - Returns the queue settings of this solve configuration. * - :py:attr:`~SolveProcessSettings` - Returns the solve process settings of this solve configuration. Property detail --------------- .. py:property:: Default :type: Optional[bool] Whether this solve configuration is the default. .. !! processed by numpydoc !! .. py:property:: Name :type: Optional[str] The name of the solve configuration. .. !! processed by numpydoc !! .. py:property:: Settings :type: Optional[Ansys.ACT.Mechanical.Application.SolveProcessSettings.QueueSettings] Returns the queue settings of this solve configuration. .. !! processed by numpydoc !! .. py:property:: SolveProcessSettings :type: Optional[Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveProcessSettings] Returns the solve process settings of this solve configuration. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: SetAsDefault() -> None Sets this solve configuration as the default. .. !! processed by numpydoc !! .. vale on