:class:`TransposeOp` ==================== .. py:class:: ansys.scade.apitools.expr.access.TransposeOp(expression: scade.model.suite.ExprCall) Bases: :py:obj:`ArrayOp` Provides for the transposition of an array. See the :ref:`transpose_op ` example. Parameters ---------- expression : Call expression to wrap. Initialize the instance from the Scade expression. .. !! processed by numpydoc !! .. py:currentmodule:: TransposeOp Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~dimensions` - Dimensions to transpose. Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import TransposeOp Property detail --------------- .. py:property:: dimensions :type: tuple[Expression, Expression] Dimensions to transpose. .. !! processed by numpydoc !!