Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mux_value [2011/07/31 18:54]
hermann created
mux_value [2015/10/11 21:21] (current)
admin
Line 8: Line 8:
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| Initial ​ | [[Double ​Type|Double]]  | The initial value. ​ | +| Initial ​ | [[Real Value Type|Real Value]]  | The initial value. ​ | 
-| Feedback ​ | [[Double ​Type|Double]]  | Value generated from model step.  |+| Feedback ​ | [[Real Value Type|Real Value]]  | Value generated from model step.  |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
Line 16: Line 16:
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| Value | [[Double ​Type|Double]]  | The output value. ​ |+| Value | [[Real Value Type|Real Value]]  | The output value. ​ |
  
 ===== Group ===== ===== Group =====
Line 25: Line 25:
  
 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. 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.
 +
 +<note important>​
 +//Muxes must always be placed directly inside loop containers like [[Repeat]], [[For]], [[For Each Category]] etc.//
 +</​note>​
  
 ===== Internal Name =====  ===== Internal Name =====