IVariable#

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

Bases: object

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

Overview#

Unit

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

QuantityName

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

Property detail#

property IVariable.Unit: System.String | None

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

property IVariable.QuantityName: System.String | None

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