IdExpression#

class ansys.scade.apitools.expr.access.IdExpression(expression: scade.model.suite.ExprId)#

Bases: Expression

Provides the constant, sensor, or local variable.

The format is .

See the id_expression example.

Parameters#

expression :

Reference expression to wrap.

Initialize the instance from the Scade expression.

Overview#

path

Local variable, sensor, or constant of the expression.

Import detail#

from ansys.scade.apitools.expr.access import IdExpression

Property detail#

property IdExpression.path: scade.model.suite.ConstVar#

Local variable, sensor, or constant of the expression.