SolveConfiguration#

class ansys.mechanical.stubs.v261.Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration(name: str)#

Bases: object

The class representing a solve configuration.

Overview#

CopyTo

CopyTo method.

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

SetAsDefault

Sets this solve configuration as the default.

ToString

ToString method.

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.CopyTo(other: Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolveConfiguration) None#

CopyTo method.

SolveConfiguration.Equals(other: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration) bool#

Equals method.

SolveConfiguration.GetHashCode() int#

GetHashCode method.

SolveConfiguration.GetType() type#

GetType method.

SolveConfiguration.SetAsDefault() None#

Sets this solve configuration as the default.

SolveConfiguration.ToString() str#

ToString method.