IdExpression ============ .. py:class:: IdExpression(expression) :canonical: ansys.scade.apitools.expr.access.IdExpression Bases: :py:obj:`Expression` Provides the constant, sensor, or local variable. The format is ````. See the :ref:`id_expression ` example. :Parameters: **expression** Reference expression to wrap. .. !! processed by numpydoc !! Overview -------- .. py:currentmodule:: IdExpression .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~path` - Local variable, sensor, or constant of the expression. Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import IdExpression Property detail --------------- .. py:property:: path :canonical: ansys.scade.apitools.expr.access.IdExpression.path :type: scade.model.suite.ConstVar Local variable, sensor, or constant of the expression. .. !! processed by numpydoc !!