IdExpression#
- class IdExpression(expression)#
Bases: Expression
Provides the constant, sensor, or local variable.
The format is
<path>
.See the id_expression example.
- Parameters:
- expression
Reference expression to wrap.
Overview#
Local variable, sensor, or constant of the expression. |
Import detail#
from ansys.scade.apitools.expr.access import IdExpression
Property detail#
- property path: scade.model.suite.ConstVar#
Local variable, sensor, or constant of the expression.