RSMQueue#

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

Bases: object

The class representing an RSM Queue.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

HPCConfiguration

The HPC configuration of the RSM Queue.

HPCQueue

The HPC Queue of the RSM Queue.

HPCType

The HPC type of the RSM Queue

Name

The name of the RSM Queue.

Property detail#

property RSMQueue.HPCConfiguration: str | None#

The HPC configuration of the RSM Queue.

property RSMQueue.HPCQueue: str | None#

The HPC Queue of the RSM Queue.

property RSMQueue.HPCType: str | None#

The HPC type of the RSM Queue

property RSMQueue.Name: str | None#

The name of the RSM Queue.

Method detail#

RSMQueue.Equals(obj: Any) bool#

Equals method.

RSMQueue.GetHashCode() int#

GetHashCode method.

RSMQueue.GetType() type#

GetType method.

RSMQueue.ToString() str#

ToString method.