DataStructOp#

class ansys.scade.apitools.expr.access.DataStructOp(expression: scade.model.suite.ExprCall)#

Bases: CallExpression

Provides for construction of a structure.

The format is { , ..., : }.

See the data_struct_op example.

Parameters#

expression :

Call expression to wrap.

Initialize the instance from the Scade expression.

Overview#

data

Pairs (str, Expression) to build the structure.

Import detail#

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

Property detail#

property DataStructOp.data: list[LabelledExpression]#

Pairs (str, Expression) to build the structure.