ansys.scade.apitools.create.expression.create_data_struct#
- ansys.scade.apitools.create.expression.create_data_struct(*args: List[Tuple[str, EX]]) ET #
Return the expression tree for the data strictire operator.
- Parameters:
- args
List
[Tuple
[str
,EX
]] Label/values expression trees.
- args
- Returns:
ET
Notes
This is an interface change with respect to the SCADE Creation Library. The pairs “name”/”value” are now embedded in a list of tuples.