    

 ## On this page

  

 

 # `TBPTValues`

 Last update: 16.07.2025 

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

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

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

Represents a tuple of values for the TBPT commmand.

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

## Overview

### Properties

NameDescription[`ValueCount`](#TBPTValues.ValueCount)Gets the number of values.[`Values`](#TBPTValues.Values)Gets the values.<a id="property-detail"></a>

## Property detail

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

### *property* TBPTValues.ValueCount *: [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="TBPTValues.Values"></a>

### *property* TBPTValues.Values *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[[float](https://docs.python.org/3/library/functions.html#float)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the values.