SolveConfiguration#

class ansys.mechanical.stubs.v241.Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration#

Bases: object

The class representing a solve configuration.

Overview#

SetAsDefault

Sets this solve configuration as the default.

Default

Whether this solve configuration is the default.

Name

The name of the solve configuration.

Settings

Returns the queue settings of this solve configuration.

SolveProcessSettings

Returns the solve process settings of this solve configuration.

Property detail#

property SolveConfiguration.Default: bool | None#

Whether this solve configuration is the default.

property SolveConfiguration.Name: str | None#

The name of the solve configuration.

property SolveConfiguration.Settings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.QueueSettings | None#

Returns the queue settings of this solve configuration.

property SolveConfiguration.SolveProcessSettings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveProcessSettings | None#

Returns the solve process settings of this solve configuration.

Method detail#

SolveConfiguration.SetAsDefault() None#

Sets this solve configuration as the default.