SliceOp#
- class SliceOp(expression)#
Bases: ArrayOp
Provides the slice of an array.
See the slice_op example.
- Parameters:
- expression
Call expression to wrap.
Overview#
Start index of the slice. |
|
End index of the slice. |
Import detail#
from ansys.scade.apitools.expr.access import SliceOp
Property detail#
- property from_index: Expression#
Start index of the slice.
- property to_index: Expression#
End index of the slice.