IntervalData

Meters.EnergyProfiles{Consumption}.IntervalData

 

Contains load or bill data and meta data that defines the energy profile.

Interpolation

The interpolation method used for filling missing data points in Data.

Possible Values: A string equal to “Average” or “IgnoreEmpty”. If “Average”, missing data points will be populated with the average of the data point at the beginning and the end of the missing portion. If “IgnoreEmpty”, missing data points will be filled with zeros.

Default: “IgnoreEmpty”.

IntervalConvention

Describes whether the time stamps in the load profile represent the beginning, middle, or end of the interval.

Possible Values: A string equal to “IntervalStart”, “IntervalMidPoint”, or “IntervalEnd”.

Default: “IntervalStart”.

Interval

The length of the interval between data points in Data. For intervals larger than “Hour”, a typical customer load profile will be used to synthesize a customer load profile that matches the provided data.

Possible Values: A string equal to “Year”, “Month”, “Hour”, “HalfHour”, or “QuarterHour”.

Required.

Data

Contains time stamp and load or bill amount data that defines the energy profile. Objects part of the Data array should be listed in increasing order according to Time.

Required.