LinuxSettings Last update: 14.01.2025 class Ansys.ACT.Mechanical.Application.SolveProcessSettings.LinuxSettings Bases: object The class representing the linux settings portion of the solve process settings. Overview Properties Name Description 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.