TBPTData Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTData Bases: object Represents data for the TBPT command. Overview Properties Name Description TBPTCount Gets the number of values. TBPTValues Gets the TBPT values. Temp Gets the temperature. Property detail property TBPTData.TBPTCount : int | None Gets the number of values. property TBPTData.TBPTValues : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTValues] | None Gets the TBPT values. property TBPTData.Temp : float | None Gets the temperature.