ArrayOp#

class ArrayOp(expression)#

Bases: CallExpression

Provides the abstract class for array expressions.

Parameters:
expression

Call expression to wrap.

Overview#

array

Array operand of the expression.

Import detail#

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

Property detail#

property array: Expression#

Array operand of the expression.