:class:`ArrayOp` ================ .. py:class:: ansys.scade.apitools.expr.access.ArrayOp(expression: scade.model.suite.ExprCall) Bases: :py:obj:`CallExpression` Provides the abstract class for array expressions. Parameters ---------- expression : Call expression to wrap. Initialize the instance from the Scade expression. .. !! processed by numpydoc !! .. py:currentmodule:: ArrayOp Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~array` - Array operand of the expression. Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import ArrayOp Property detail --------------- .. py:property:: array :type: Expression Array operand of the expression. .. !! processed by numpydoc !!