ITable#

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

Independents

The portion of the table corresponding to independent variables.

Dependents

The portion of the table corresponding to dependent variables.

Property detail#

property ITable.Independents: System.Collections.Generic.IReadOnlyDictionary[System.String, System.Collections.IEnumerable] | None

The portion of the table corresponding to independent variables.

property ITable.Dependents: System.Collections.Generic.IReadOnlyDictionary[System.String, System.Collections.IEnumerable] | None

The portion of the table corresponding to dependent variables.