Type Alias ProcessEnergyLimitsMap

Source
pub type ProcessEnergyLimitsMap = HashMap<(RegionID, u32, TimeSliceID), RangeInclusive<f64>>;
Expand description

A map indicating relative PAC energy limits for a Process throughout the year.

The value is calculated as availability multiplied by time slice length. Note that it is a fraction of energy for the year; to calculate actual energy limits for a given time slice you need to know the maximum activity (energy per year) for the specific instance of a Process in use.

The limits are given as ranges, depending on the user-specified limit type and value for availability.

Aliased Typeยง

struct ProcessEnergyLimitsMap { /* private fields */ }