TBDataValues#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FE.CDB.TBDataValues#

Bases: object

Represents data for a given temperature.

Overview#

Temp

Gets the temperature.

ValueCount

Gets the number of values.

Values

Gets the values.

Property detail#

property TBDataValues.Temp: System.Double | None

Gets the temperature.

property TBDataValues.ValueCount: System.Int32 | None

Gets the number of values.

property TBDataValues.Values: System.Collections.Generic.IReadOnlyList[System.Double] | None

Gets the values.