Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
select_transition_matrix [2011/07/31 20:51] hermann created |
select_transition_matrix [2015/10/13 01:47] (current) admin |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ Default Value ^ | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| - | | Step | [[Positive Int Type|Positive Int]] | Current step or model iteration. | 1 | | + | | Step | [[Positive Integer Value Type]] | Current step or model iteration. | 1 | |
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Transition Matrix | [[Transition Matrix Type|Transition Matrix]] | Matrix of transition rates. | | + | | Transition Matrix | [[Transition Matrix Type]] | Matrix of transition rates. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 25: | Line 25: | ||
| This container allows the replacement of one transition matrix with another during a model execution. Any matrix inside this container will begin to be used by a simulation according to its matrix number identifier and will continue to be used until the model step reaches the number identifier of another matrix inside the same container. | This container allows the replacement of one transition matrix with another during a model execution. Any matrix inside this container will begin to be used by a simulation according to its matrix number identifier and will continue to be used until the model step reaches the number identifier of another matrix inside the same container. | ||
| - | Each transition matrix inside the Select Transition Matrix must be provided by a corresponding [[Number Transition Matrix]]. | + | Each transition matrix inside the "Select Transition Matrix" must be provided by a corresponding [[Number Transition Matrix]]. |
| ===== Internal Name ===== | ===== Internal Name ===== | ||