ISolveConfiguration#

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

Bases: object

ISolveConfiguration interface.

Overview#

SetAsDefault

Sets 'this' to be the default configuration to solve with.

Default

Gets whether or not this SolveConfiguration is the default configuration.

Name

Gets or sets the name of the SolveConfiguraiton Object

Settings

Gets the QueueSettings object for the configuration.

SolveProcessSettings

Gets the SolveProcessSettings for the current object.

Property detail#

property ISolveConfiguration.Default: bool | None#

Gets whether or not this SolveConfiguration is the default configuration.

property ISolveConfiguration.Name: str | None#

Gets or sets the name of the SolveConfiguraiton Object

property ISolveConfiguration.Settings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.IQueueSettings | None#

Gets the QueueSettings object for the configuration.

property ISolveConfiguration.SolveProcessSettings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolveProcessSettings | None#

Gets the SolveProcessSettings for the current object.

Method detail#

ISolveConfiguration.SetAsDefault() None#

Sets 'this' to be the default configuration to solve with.