Mux Value
Description
This functor initiates and feeds back a loop variable containing a value. In the beginning of the first iteration, it reads the input value from the initial port.
Inputs
Name | Type | Description |
---|---|---|
Initial | Real Value | The initial value. |
Feedback | Real Value | Value generated from model step. |
Optional Inputs
Outputs
Name | Type | Description |
---|---|---|
Value | Real Value | The output value. |
Group
Notes
The use of this functor is critical for the development of dynamic models whose variables are dynamically updated as a result of the model feedback.
Muxes must always be placed directly inside loop containers like Repeat, For, For Each Category etc.
Internal Name
MuxValue