QueueSettings#

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

Bases: object

The class representing queue settings.

Overview#

CopyTo

CopyTo method.

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

CloudAccounts

CloudAccounts property.

DCSPassword

DCSPassword property.

DCSUrl

DCSUrl property.

DCSUsername

DCSUsername property.

JobName

The job name of the queue settings.

License

The license of the queue settings. The setter will throw an exception if the given license is not valid.

Licenses

Licenses property.

Name

The name of the queue settings.

SelectedCloudAccount

SelectedCloudAccount property.

SolutionExecutionTarget

SolutionExecutionTarget property.

Property detail#

property QueueSettings.CloudAccounts: List[str] | None#

CloudAccounts property.

property QueueSettings.DCSPassword: str | None#

DCSPassword property.

property QueueSettings.DCSUrl: str | None#

DCSUrl property.

property QueueSettings.DCSUsername: str | None#

DCSUsername property.

property QueueSettings.JobName: str | None#

The job name of the queue settings.

property QueueSettings.License: str | None#

The license of the queue settings. The setter will throw an exception if the given license is not valid.

property QueueSettings.Licenses: Iterable[str] | None#

Licenses property.

property QueueSettings.Name: str | None#

The name of the queue settings.

property QueueSettings.SelectedCloudAccount: str | None#

SelectedCloudAccount property.

property QueueSettings.SolutionExecutionTarget: str | None#

SolutionExecutionTarget property.

Method detail#

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

CopyTo method.

QueueSettings.Equals(obj: Any) bool#

Equals method.

QueueSettings.GetHashCode() int#

GetHashCode method.

QueueSettings.GetType() type#

GetType method.

QueueSettings.ToString() str#

ToString method.