PartialIteratorOp#

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

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.

Initialize the instance from the Scade expression.

Overview#

defaults

Default values when suitable, otherwise None.

if_

Condition of the iterator.

Import detail#

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

Property detail#

property PartialIteratorOp.defaults: list[Expression] | None#

Default values when suitable, otherwise None.

property PartialIteratorOp.if_: Expression#

Condition of the iterator.