ChgIthOp ======== .. py:class:: ChgIthOp(expression) :canonical: ansys.scade.apitools.expr.access.ChgIthOp Bases: :py:obj:`ProjectionOp` Provides the static assignment of a flow. See the :ref:`chg_ith_op ` example. :Parameters: **expression** Call expression to wrap. .. !! processed by numpydoc !! Overview -------- .. py:currentmodule:: ChgIthOp .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~value` - Value assigned. Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import ChgIthOp Property detail --------------- .. py:property:: value :canonical: ansys.scade.apitools.expr.access.ChgIthOp.value :type: Expression Value assigned. .. !! processed by numpydoc !!