- create_fby(flows, delay, inits)#
Return the expression tree for the init operator.
- Parameters:
- flows
Union
[EX
,List
[EX
]] Input flows.
- delay
EX
Delay of the operator.
- inits
Union
[EX
,List
[EX
]] Initial values.
- flows
- Returns:
ET
Notes
This is an interface change with respect to the SCADE Creation Library. The flows and their initial values are now specified in two separate lists.