Skip to main content

Mechanical scripting interface

ITable

Last update: 14.01.2025

class Ansys.Mechanical.Interfaces.ITable

Bases: 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

Overview

Properties

Name Description
Dependents The portion of the table corresponding to dependent variables.
Independents The portion of the table corresponding to independent variables.

Property detail

property ITable.Dependents : dict[str, Iterable] | None

The portion of the table corresponding to dependent variables.

property ITable.Independents : dict[str, Iterable] | None

The portion of the table corresponding to independent variables.