TimeSeriesInputOutputCurve
Package: PowerCoreOpenAPIModels · Source: Core/common.json
A time-series-backed input-output curve. The static counterpart is InputOutputCurve.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
curve_type | string | yes | — | — |
function_data | FunctionData | yes | — | Only TIME_SERIES_LINEAR, TIME_SERIES_QUADRATIC, or TIME_SERIES_PIECEWISE_LINEAR is admissible here; the static variants and TIME_SERIES_PIECEWISE_STEP are invalid and rejected by the consuming constructor. |
input_at_zero | number or null | — | — | Optional explicit input value at zero output. A number here, unlike the incremental and average-rate variants, where it is a time series reference. |