ISolverMemorySettings#

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

Bases: object

ISolverMemorySettings interface.

Overview#

Active

Gets or sets whether or not manual memory settings are active in the current configuration.

Workspace

Gets or sets the workspace memory amount (megabytes).

Database

Gets or sets the database memory amount (MB).

Property detail#

property ISolverMemorySettings.Active: System.Boolean | None

Gets or sets whether or not manual memory settings are active in the current configuration.

property ISolverMemorySettings.Workspace: System.Int32 | None

Gets or sets the workspace memory amount (megabytes).

property ISolverMemorySettings.Database: System.Int32 | None

Gets or sets the database memory amount (MB).