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