    

 ## On this page

  

 

 # `ITable`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v261.Ansys.Mechanical.Interfaces.ITable"></a>

#### *class* Ansys.Mechanical.Interfaces.ITable

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

Exposes a table, which is a two-dimensional tabular data structure with labeled columns. The columns are usually instances of IVariable but can be any sort of array

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

## Overview

### Properties

NameDescription[`Dependents`](#ITable.Dependents)The portion of the table corresponding to dependent variables.[`Independents`](#ITable.Independents)The portion of the table corresponding to independent variables.<a id="property-detail"></a>

## Property detail

<a id="ITable.Dependents"></a>

### *property* ITable.Dependents *: [dict](https://docs.python.org/3/library/stdtypes.html#dict)\[[str](https://docs.python.org/3/library/stdtypes.html#str), Iterable\] | [None](https://docs.python.org/3/library/constants.html#None)*

The portion of the table corresponding to dependent variables.

<a id="ITable.Independents"></a>

### *property* ITable.Independents *: [dict](https://docs.python.org/3/library/stdtypes.html#dict)\[[str](https://docs.python.org/3/library/stdtypes.html#str), Iterable\] | [None](https://docs.python.org/3/library/constants.html#None)*

The portion of the table corresponding to independent variables.