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.

Database

Gets or sets the database memory amount (MB).

Workspace

Gets or sets the workspace memory amount (megabytes).

Property detail#

property ISolverMemorySettings.Active: bool | None#

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

property ISolverMemorySettings.Database: int | None#

Gets or sets the database memory amount (MB).

property ISolverMemorySettings.Workspace: int | None#

Gets or sets the workspace memory amount (megabytes).