ResultVariable#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.Results.ResultVariable#

Bases: object

Specifies column data for the Result Table.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Count

Count property.

Item

Item property.

QuantityName

QuantityName property.

Unit

Unit property.

__repr__

__repr__ method.

Property detail#

property ResultVariable.Count: int | None#

Count property.

property ResultVariable.Item: float | None#

Item property.

property ResultVariable.QuantityName: str | None#

QuantityName property.

property ResultVariable.Unit: str | None#

Unit property.

Method detail#

ResultVariable.Equals(obj: Any) bool#

Equals method.

ResultVariable.GetHashCode() int#

GetHashCode method.

ResultVariable.GetType() type#

GetType method.

ResultVariable.ToString() str#

ToString method.

ResultVariable.__repr__() str#

__repr__ method.