modelTD
Discrete Transition with delay
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Connector sizing | |||
| Integer | nIn | 0 | number of input places |
| Integer | nOut | 0 | number of output places |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PNlib.Interfaces.TransitionIn[nIn] | inPlaces | connector for input places | |
| PNlib.Interfaces.TransitionOut[nOut] | outPlaces | connector for output places |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | delay | 1 | delay 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 | active | Is the transition active? | |
| Boolean | fire | Does the transition fire? |