:class:`NumericCastOp` ====================== .. py:class:: ansys.scade.apitools.expr.access.NumericCastOp(expression: scade.model.suite.ExprCall) Bases: :py:obj:`FlowOp` Provides the numeric cast of a flow. See the :ref:`numeric_cast_op ` example. Parameters ---------- expression : Call expression to wrap. Initialize the instance from the Scade expression. .. !! processed by numpydoc !! .. py:currentmodule:: NumericCastOp Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~type_` - Conversion type. Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import NumericCastOp Property detail --------------- .. py:property:: type_ :type: scade.model.suite.Type Conversion type. .. !! processed by numpydoc !!