| Name | Type | Use | Default | Fixed | Annotation |
| name | xs:string | required | | | |
| duration | xs:integer | required | | | | documentation | The delay characteristic of the task (processing delay or communication delay). task_delay = frq*duration. where frq is the frequency factor defined in DVSModes. |
|
| pwrFactor | xs:double | optional | 1 | | | documentation | (DVS)
Power of task is calculated using pwrFactor or pwr attribute:
if(pwrFactor = 1 and pwr != 0)
task_pwr = pwr
else
task_pwr = DVSMode.pwr * pwrFactor
For DVS pwrFactor must be used and pwr should be empty. |
|
| pwr | xs:double | optional | | | | documentation | See pwrFactor |
|
| entTO | xs:integer | optional | 0 | | | documentation | (PM) The delay overhead of transition from ON to this function. |
|
| entPO | xs:double | optional | 0 | | | documentation | (PM) Power overhead of transition from ON to this function |
|
| issueCommand | xs:boolean | optional | false | | | documentation | (PM) If true a command is generated for this function. |
|
| command | xs:string | optional | | | |