PartialIteratorOp#
- class PartialIteratorOp(expression, operator)#
Bases: IteratorOp
Provides partial iteration of an operator.
See the partial_iterator_op example.
- Parameters:
- expression
Higher-order expression to wrap.
- operator
Operator call expression.
Overview#
Import detail#
from ansys.scade.apitools.expr.access import PartialIteratorOp
Property detail#
- property defaults: list[Expression] | None#
Default values when suitable, otherwise
None
.
- property if_: Expression#
Condition of the iterator.