ansys.scade.apitools.create.expression.create_make#
- ansys.scade.apitools.create.expression.create_make(type_: scade.model.suite.NamedType, *args: List[EX], modifiers: ET | List[ET] = None) ET #
Return the expression tree for making a structured value.
- Parameters:
- type_
suite.NamedType
Type to instantiate.
- args
List
[EX
] Values of the type instance.
- modifiers
Union
[ET
,List
[ET
]], default:None
List of higher-order constructs, which is provided as a keyword parameter.
- type_
- Returns:
ET