LinuxSettings#

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

Bases: object

The class representing the linux settings portion of the solve process settings.

Overview#

CopyTo

CopyTo method.

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Active

Whether the linux settings are active.

UserName

The user name.

WorkingFolder

The working folder.

Property detail#

property LinuxSettings.Active: bool | None#

Whether the linux settings are active.

property LinuxSettings.UserName: str | None#

The user name.

property LinuxSettings.WorkingFolder: str | None#

The working folder.

Method detail#

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

CopyTo method.

LinuxSettings.Equals(obj: Any) bool#

Equals method.

LinuxSettings.GetHashCode() int#

GetHashCode method.

LinuxSettings.GetType() type#

GetType method.

LinuxSettings.ToString() str#

ToString method.