Skip to main content

Element-wise computation of left - right.

Left and left are required to have the same resolution.

left
Level · object
required

Some floating point value and an associated Unit

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

Difference produced by subtracting the right operand from the left operand

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:subtract
Allowed value: "subtract"