IteratorOp#
- class IteratorOp(expression, operator)#
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.
Overview#
Number of accumulators when suitable, otherwise |
|
Size of the iterator. |
Import detail#
from ansys.scade.apitools.expr.access import IteratorOp
Property detail#
- property accumulator_count: Expression | None#
Number of accumulators when suitable, otherwise
None
.
- property size: Expression#
Size of the iterator.