FlattenOp
#
- class ansys.scade.apitools.expr.access.FlattenOp(expression: scade.model.suite.ExprCall)#
Bases:
CallExpression
Provides flattening of a structure.
The format is
(flatten
.)( ) See the flatten_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 FlattenOp
Property detail#
- property FlattenOp.flow: Expression#
Input flow.
- property FlattenOp.type_: scade.model.suite.NamedType#
Type to build.