MakeOp
#
- class ansys.scade.apitools.expr.access.MakeOp(expression: scade.model.suite.ExprCall)#
Bases:
CallExpression
Provides the make of a structure.
The format is
(make
.)( ...,, ) See the make_op example.
Notes#
The design differs slightly from the meta-model. This class derives from the
CallExpression
class.Parameters#
- expression :
Call expression to wrap.
Initialize the instance from the Scade expression.
Overview#
Import detail#
from ansys.scade.apitools.expr.access import MakeOp
Property detail#
- property MakeOp.flows: list[Expression]#
Components of the structure.
- property MakeOp.type_: scade.model.suite.NamedType#
Type to build.