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