    

 ## On this page

  

 

 # `TBPTCommand`

 Last update: 09.03.2026 

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

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

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

Represents a TBPT command.

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

## Overview

### Properties

NameDescription[`Index`](#TBPTCommand.Index)Gets the command index.[`Lab`](#TBPTCommand.Lab)Gets the label.[`Mat`](#TBPTCommand.Mat)Gets the material number.[`Name`](#TBPTCommand.Name)Gets the command name.[`Npts`](#TBPTCommand.Npts)Gets the number of points, if provided.[`Ntemp`](#TBPTCommand.Ntemp)Gets the number of temperature, if provided.[`TBPTData`](#TBPTCommand.TBPTData)Gets TBPT data items.[`TBPTDataCount`](#TBPTCommand.TBPTDataCount)Gets the number of TBPT data.[`Tbopt`](#TBPTCommand.Tbopt)Gets the option.<a id="property-detail"></a>

## Property detail

<a id="TBPTCommand.Index"></a>

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

Gets the command index.

<a id="TBPTCommand.Lab"></a>

### *property* TBPTCommand.Lab *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the label.

<a id="TBPTCommand.Mat"></a>

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

Gets the material number.

<a id="TBPTCommand.Name"></a>

### *property* TBPTCommand.Name *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the command name.

<a id="TBPTCommand.Npts"></a>

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

Gets the number of points, if provided.

<a id="TBPTCommand.Ntemp"></a>

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

Gets the number of temperature, if provided.

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

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

Gets TBPT data items.

<a id="TBPTCommand.TBPTDataCount"></a>

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

Gets the number of TBPT data.

<a id="TBPTCommand.Tbopt"></a>

### *property* TBPTCommand.Tbopt *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the option.