IteratorOp ========== .. py:class:: IteratorOp(expression, operator) :canonical: ansys.scade.apitools.expr.access.IteratorOp Bases: :py:obj:`OpOp` Provides the base class for iteration operators. See the :ref:`iterator_op ` example. :Parameters: **expression** Higher-order expression to wrap. **operator** Operator call expression. .. !! processed by numpydoc !! Overview -------- .. py:currentmodule:: IteratorOp .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~accumulator_count` - Number of accumulators when suitable, otherwise ``None``. * - :py:attr:`~size` - Size of the iterator. Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import IteratorOp Property detail --------------- .. py:property:: accumulator_count :canonical: ansys.scade.apitools.expr.access.IteratorOp.accumulator_count :type: Optional[Expression] Number of accumulators when suitable, otherwise ``None``. .. !! processed by numpydoc !! .. py:property:: size :canonical: ansys.scade.apitools.expr.access.IteratorOp.size :type: Expression Size of the iterator. .. !! processed by numpydoc !!