ansys.scade.apitools.create.expression.create_slice#
- ansys.scade.apitools.create.expression.create_slice(array: EX, start: EX, end: EX) ET #
Return the expression tree for the slice operator.
- Parameters:
- array
EX
Input array.
- start
EX
Start index of the slice.
- end
EX
End index of the slice.
- array
- Returns:
ET