Skip to main content

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)
left
Level · object
required

Some floating point value and an associated Unit

Example:
{ "unit": "SEK_per_kW", "value": 50 }
output
Dataset · object
required

Product of element-wise multiplication of the left and right operands

Example:
{
"id": "quarter-hourly-energy-offtake",
"resolution": "quarter_hourly",
"unit": "kWh"
}
right
Level · object
required

Some floating point value and an associated Unit

Example:
{ "unit": "SEK_per_kW", "value": 50 }
function
string
default:multiply
Allowed value: "multiply"