CondactOp#
- class CondactOp(expression, operator)#
Bases: ConditionalOp
Provides the abstract class for activate operators.
- Parameters:
- expression
Higher-order expression to wrap.
- operator
Operator call expression.
Notes
The design differs slightly from the meta-model. Because the flow
default
must be a group of flows, theCondactOp
class exposes directly the list of default values instead of an instance of theListExpression
class.
Overview#
Initialization or default values. |
Import detail#
from ansys.scade.apitools.expr.access import CondactOp
Property detail#
- property defaults: list[Expression]#
Initialization or default values.