    

 ## On this page

  

 

 # `TBPTData`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTData"></a>

#### *class* Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTData

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Represents data for the TBPT command.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`TBPTCount`](#TBPTData.TBPTCount)Gets the number of values.[`TBPTValues`](#TBPTData.TBPTValues)Gets the TBPT values.[`Temp`](#TBPTData.Temp)Gets the temperature.<a id="property-detail"></a>

## Property detail

<a id="TBPTData.TBPTCount"></a>

### *property* TBPTData.TBPTCount *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the number of values.

<a id="TBPTData.TBPTValues"></a>

### *property* TBPTData.TBPTValues *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[[Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTValues](TBPTValues.md#ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTValues)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the TBPT values.

<a id="TBPTData.Temp"></a>

### *property* TBPTData.Temp *: [float](https://docs.python.org/3/library/functions.html#float) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the temperature.