Last
#
- class ansys.scade.apitools.expr.access.Last(expression: scade.model.suite.ExprId)#
Bases:
Expression
Provides the last of a local variable.
The format is
last '
.See the last example.
Parameters#
- expression :
Last variable expression to wrap.
Initialize the instance from the Scade expression.
Overview#
Local variable of the expression. |
Import detail#
from ansys.scade.apitools.expr.access import Last
Property detail#
- property Last.variable: scade.model.suite.LocalVariable#
Local variable of the expression.