
modelTFD
Discrete Transition with fire duration
Parameters
| Type | Name | Default | Description |
| Connector sizing |
| Integer | nIn | 0 | number of input places |
| Integer | nOut | 0 | number of output places |
Components
| Type | Name | Default | Description |
| Real | duration | 1 | duration of timed transition |
| Real[nIn] | arcWeightIn | fill(1, nIn) | arc weights of input places |
| Real[nOut] | arcWeightOut | fill(1, nOut) | arc weights of output places |
| Boolean | firingCon | true | additional firing condition |
| Boolean | activeIn | | Is the transition Input active? |
| Boolean | activeOut | | Is the transition Output active? |
| Boolean | fireIn | | Does the transition Input fire? |
| Boolean | fireOut | | Does the transition Output fire? |
| Boolean | fire | | Is the Transition fire? |