QueueSettings#

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

Bases: object

The class representing queue settings.

Overview#

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.

Name

The name of the queue settings.

Property detail#

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.Name: str | None#

The name of the queue settings.