IteratorOp#

class ansys.scade.apitools.expr.access.IteratorOp(expression: scade.model.suite.ExprCall, operator: CallExpression)#

Bases: OpOp

Provides the base class for iteration operators.

See the iterator_op example.

Parameters#

expression :

Higher-order expression to wrap.

operator :

Operator call expression.

Initialize the instance from the Scade expression.

Overview#

accumulator_count

Number of accumulators when suitable, otherwise None.

size

Size of the iterator.

Import detail#

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

Property detail#

property IteratorOp.accumulator_count: Expression | None#

Number of accumulators when suitable, otherwise None.

property IteratorOp.size: Expression#

Size of the iterator.