PrjDynOp#

class PrjDynOp(expression)#

Bases: ArrayOp

Provides the dynamic projection of an array.

See the prj_dyn_op example.

Parameters:
expression

Call expression to wrap.

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 default: Expression#

Default value of the projection.

property indexes: list[Expression]#

Path of the projection.