{
"inputs": [
{
"id": "a",
"resolution": "monthly",
"unit": "SEK"
},
{
"unit": "SEK",
"value": 10
}
],
"output": {
"id": "total",
"resolution": "monthly",
"unit": "SEK"
},
"type": "add"
}Functions
Function: Add
Element-wise addition of two or more operands.
All operands are required to have the same resolution.
Output Dataset produced by this function, a local name used by subsequent functions to reference this result
Show child attributes
Show child attributes
Example:
{
"id": "quarter-hourly-energy-offtake",
"resolution": "quarter_hourly",
"unit": "kWh"
}
Allowed value:
"add"Was this page helpful?