ITable#

class ansys.mechanical.stubs.v242.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#

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.