ConstValue ========== .. py:class:: ConstValue(expression) :canonical: ansys.scade.apitools.expr.access.ConstValue Bases: :py:obj:`Expression` Provides the literal value. The format is ````. See the :ref:`const_value ` example. :Parameters: **expression** Literal to wrap. .. !! processed by numpydoc !! Overview -------- .. py:currentmodule:: ConstValue .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~value` - Literal value. Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import ConstValue Property detail --------------- .. py:property:: value :canonical: ansys.scade.apitools.expr.access.ConstValue.value :type: str Literal value. .. !! processed by numpydoc !!