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, the CondactOp class exposes directly the list of default values instead of an instance of the ListExpression class.

Parameters#

expression :

Higher-order expression to wrap.

operator :

Operator call expression.

Initialize the instance from the Scade expression.

Overview#

defaults

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.