- add_transition_equation(transition, lefts, right)#
Create an equation in a transition.
- Parameters:
- transition
suite.Transition
Input transition.
- lefts
List
[suite.LocalVariable
] List of variables defined by the equation.
- right
EX
Expression of the equation.
- transition
- Returns:
suite.Equation
Notes
This function ensures the availability of a scope before creating the equation. Indeed, the transitions do not have a scope, suite.DataDef, by default.