CondactOp
#
- class ansys.scade.apitools.expr.access.CondactOp(expression: scade.model.suite.ExprCall, operator: CallExpression)#
Bases:
ConditionalOp
Provides the abstract class for activate operators.
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.Parameters#
- expression :
Higher-order expression to wrap.
- operator :
Operator call expression.
Initialize the instance from the Scade expression.
Overview#
Initialization or default values. |
Import detail#
from ansys.scade.apitools.expr.access import CondactOp
Property detail#
- property CondactOp.defaults: list[Expression]#
Initialization or default values.