SliceOp#

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

Bases: ArrayOp

Provides the slice of an array.

See the slice_op example.

Parameters#

expression :

Call expression to wrap.

Initialize the instance from the Scade expression.

Overview#

from_index

Start index of the slice.

to_index

End index of the slice.

Import detail#

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

Property detail#

property SliceOp.from_index: Expression#

Start index of the slice.

property SliceOp.to_index: Expression#

End index of the slice.