PiecewiseStepData

Package: InfrastructureCoreOpenAPIModels · Source: Core/common.json

Data for a step function, constant on each segment, defined by the x coordinates of the segment endpoints and one y value per segment. The y values are per-segment rates, not absolute values; use PiecewiseLinearData when the data gives a value at each point. x_coords ascends and holds at least two entries, and y_coords holds exactly one fewer.

Properties

Property Type Required Unit Description
function_type string yes
x_coords array of number yes
y_coords array of number yes

This site uses Just the Docs, a documentation theme for Jekyll.