ansys.scade.apitools.create.expression.create_change_ith#

ansys.scade.apitools.create.expression.create_change_ith(flow: EX, path: LX, value: EX) ET#

Return the expression tree for the with operator.

Parameters:
flowEX

Input flow of the projection.

pathUnion[EX, List[EX]]

Elements of the path, which is a label, index, or variable.

valueEX

Value to assign.

Returns:
ET