====== Select Transition Matrix ====== ===== Description ===== Container that picks one transition matrix out of a series connected inside it, based on the current step. Each candidate matrix must be connected through a [[Number Transition Matrix]] hook, whose number identifies the step at which that matrix takes over. A matrix begins being selected once the model step reaches its number, and remains selected until the step reaches the number of another connected matrix, allowing one matrix to be swapped for another during a model's execution. ===== Inputs ===== None. ===== Optional Inputs ===== ^ Name ^ Type ^ Description ^ Default Value ^ | Step | [[Positive Integer Value Type]] | Step used to pick the matrix, automatically bound to the innermost compatible container. | 1 | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Transition Matrix | [[Transition Matrix Type]] | Selected matrix of transition rates. | ===== Group ===== [[Functor List#Stack | Stack]] ===== Notes ===== Only [[Number Transition Matrix]] hooks can be connected inside this container. The selected matrix is the one with the greatest number identifier that is still less than or equal to Step. ===== Internal Name ===== SelectTransitionMatrix