.. vale off :class:`ITable` =============== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.Interfaces.ITable Bases: :py:obj:`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 .. !! processed by numpydoc !! .. py:currentmodule:: ITable Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Independents` - The portion of the table corresponding to independent variables. * - :py:attr:`~Dependents` - The portion of the table corresponding to dependent variables. Property detail --------------- .. py:property:: Independents :no-index: :type: Optional[System.Collections.Generic.IReadOnlyDictionary[System.String,System.Collections.IEnumerable]] The portion of the table corresponding to independent variables. .. !! processed by numpydoc !! .. py:property:: Dependents :no-index: :type: Optional[System.Collections.Generic.IReadOnlyDictionary[System.String,System.Collections.IEnumerable]] The portion of the table corresponding to dependent variables. .. !! processed by numpydoc !! .. vale on