SolveConfiguration#

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

Bases: object

The class representing a solve configuration.

Overview#

SetAsDefault

Sets this solve configuration as the default.

Name

The name of the solve configuration.

Default

Whether this solve configuration is the default.

Settings

Returns the queue settings of this solve configuration.

SolveProcessSettings

Returns the solve process settings of this solve configuration.

Property detail#

property SolveConfiguration.Name: System.String | None

The name of the solve configuration.

property SolveConfiguration.Default: System.Boolean | None

Whether this solve configuration is the default.

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() System.Void

Sets this solve configuration as the default.