{
"left": {
"id": "peak",
"resolution": "monthly",
"unit": "kW"
},
"output": {
"id": "cost",
"resolution": "monthly",
"unit": "SEK"
},
"right": {
"unit": "SEK_per_kW",
"value": 50
},
"type": "multiply"
}Functions
Function: Multiply
Element-wise multiplication of two operands.
Left and right opererands are required to have the same resolution.
The output dataset will have a unit that follows the following algebra:
Unit algebra (commutative):
-
kW * SEK_per_kW = SEK
-
kWh * SEK_per_kWh = SEK
-
kW * hours = kWh
-
% * any = same as the other operand (dimensionless scaling)
Allowed value:
"multiply"Was this page helpful?