PrjDynOp#

class ansys.scade.apitools.expr.access.PrjDynOp(expression: scade.model.suite.ExprCall)#

Bases: ArrayOp

Provides the dynamic projection of an array.

See the prj_dyn_op example.

Parameters#

expression :

Call expression to wrap.

Initialize the instance from the Scade expression.

Overview#

default

Default value of the projection.

indexes

Path of the projection.

Import detail#

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

Property detail#

property PrjDynOp.default: Expression#

Default value of the projection.

property PrjDynOp.indexes: list[Expression]#

Path of the projection.