ISolverMemorySettings#

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

Bases: object

Overview#

CopyTo

CopyTo method.

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).

Method detail#

ISolverMemorySettings.CopyTo(other: Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolverMemorySettings) None#

CopyTo method.