PiecewiseLinearData
Package: InfrastructureCoreOpenAPIModels · Source: Core/common.json
Data for a piecewise linear function defined by (x, y) points and interpolated linearly between consecutive ones. The y values are absolute values at each x, not per-segment slopes; use PiecewiseStepData when the data gives per-segment rates. Points run in ascending x order, and two of them define one segment.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
function_type | string | yes | — | — |
points | array of XY_Coords | yes | — | — |