Skip to main content

Mechanical scripting interface

SolveConfiguration

Last update: 14.01.2025

class Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration

Bases: object

The class representing a solve configuration.

Overview

Methods

Name Description
SetAsDefault Sets this solve configuration as the default.

Properties

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

Sets this solve configuration as the default.