Skip to main content

Mechanical scripting interface

ISolveConfiguration

Last update: 14.01.2025

class Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolveConfiguration

Bases: object

ISolveConfiguration interface.

Overview

Methods

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

Properties

Name Description
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()

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