MakeOp#

class MakeOp(expression)#

Bases: CallExpression

Provides the make of a structure.

The format is (make <type>)(<flow>, ..., <flow>).

See the make_op example.

Parameters:
expression

Call expression to wrap.

Notes

The design differs slightly from the meta-model. This class derives from the CallExpression class.

Overview#

flows

Components of the structure.

type_

Type to build.

Import detail#

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

Property detail#

property flows: list[Expression]#

Components of the structure.

property type_: scade.model.suite.NamedType#

Type to build.