ISolveConfiguration#

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

Bases: object

ISolveConfiguration interface.

Overview#

SetAsDefault

Sets ‘this’ to be the default configuration to solve with.

Name

Gets or sets the name of the SolveConfiguraiton Object

Default

Gets whether or not this SolveConfiguration is the default configuration.

Settings

Gets the QueueSettings object for the configuration.

SolveProcessSettings

Gets the SolveProcessSettings for the current object.

Property detail#

property ISolveConfiguration.Name: System.String | None

Gets or sets the name of the SolveConfiguraiton Object

property ISolveConfiguration.Default: System.Boolean | None

Gets whether or not this SolveConfiguration is the default configuration.

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

Sets ‘this’ to be the default configuration to solve with.