    

 ## On this page

  

 

 # `TBDataCommand`

 Last update: 16.07.2025 

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

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

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

Represents a TBDATA command.

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

## Overview

### Properties

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

## Property detail

<a id="TBDataCommand.DataValueCount"></a>

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

Gets the number of data values.

<a id="TBDataCommand.DataValues"></a>

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

Gets the data values.

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

### *property* TBDataCommand.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="TBDataCommand.Lab"></a>

### *property* TBDataCommand.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="TBDataCommand.Mat"></a>

### *property* TBDataCommand.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="TBDataCommand.Name"></a>

### *property* TBDataCommand.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="TBDataCommand.Npts"></a>

### *property* TBDataCommand.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="TBDataCommand.Ntemp"></a>

### *property* TBDataCommand.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="TBDataCommand.Tbopt"></a>

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

Gets the option.