`ILinuxSettings`
Last update: 16.07.2025class Ansys.ACT.Mechanical.Application.SolveProcessSettings.ILinuxSettings
Bases: object
ILinuxSettings interface.
Overview
Properties
| Name | Description |
|---|---|
Active |
Gets or sets whether or not manual linux settings are enable for the configuration. |
UserName |
Gets or sets the user name field for the manual linux settings. |
WorkingFolder |
Gets or sets the working folder field for the manual linxus settings. |
Property detail
property ILinuxSettings.Active : bool | None
Gets or sets whether or not manual linux settings are enable for the configuration.
property ILinuxSettings.UserName : str | None
Gets or sets the user name field for the manual linux settings.
property ILinuxSettings.WorkingFolder : str | None
Gets or sets the working folder field for the manual linxus settings.