====== Mux Lookup Table ====== ===== Description ===== This functor makes a lookup table dynamic, feeding it back with a lookup table output from a model step. In the beginning of the first iteration, it reads the lookup table input from the initial port. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Initial | [[ Lookup Table Type|Lookup Table ]] | The initial lookup table. | | Feedback | [[Lookup Table Type|Lookup Table ]] | Lookup table generated from model step. | ===== Optional Inputs ===== ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Table | [[ Lookup Table Type|Lookup Table ]] | The output lookup table. | ===== Group ===== [[Functor List#Control | Control]] ===== 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 ===== MuxLookupTable