ansys.scade.apitools.create.expression.create_prj_dyn#
- ansys.scade.apitools.create.expression.create_prj_dyn(flow: EX, path: LX, default: EX) ET #
Return the expression tree for the dynamic projection operator.
Parameters#
- flowEX
Input flow of the projection.
- pathUnion[EX, List[EX]]
Elements of the path, which is a label, index, or variable.
- defaultEX
Default value for the projection when the path is incorrect.
Returns#
ET