IVariable#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.Interfaces.IVariable#

Bases: object

Exposes a variable, which is a one dimensional array of real numbers with a unit.

Overview#

QuantityName

The quantity name of the variable. For example, this could be “Length”.

Unit

The unit of the variable. For example, this could be “mm”.

Property detail#

property IVariable.QuantityName: str | None#

The quantity name of the variable. For example, this could be “Length”.

property IVariable.Unit: str | None#

The unit of the variable. For example, this could be “mm”.