{
"left": {
"id": "peak",
"resolution": "monthly",
"unit": "kW"
},
"output": {
"id": "excess",
"resolution": "monthly",
"unit": "kW"
},
"right": {
"id": "subscribed",
"resolution": "monthly",
"unit": "kW"
},
"type": "subtract"
}Functions
Function: Subtract
Element-wise computation of left - right.
Left and right are required to have the same resolution.
Difference produced by subtracting the right operand from the left operand
Show child attributes
Show child attributes
Example:
{
"id": "quarter-hourly-energy-offtake",
"resolution": "quarter_hourly",
"unit": "kWh"
}
Allowed value:
"subtract"Was this page helpful?