DataStructOp#
- class DataStructOp(expression)#
Bases: CallExpression
Provides for construction of a structure.
The format is
{ <label>: <expression>, ..., <label> : <expression> }
.See the data_struct_op example.
- Parameters:
- expression
Call expression to wrap.
Overview#
Pairs (str, Expression) to build the structure. |
Import detail#
from ansys.scade.apitools.expr.access import DataStructOp