pub type ProcessActivityLimitsMap = HashMap<(RegionID, u32, TimeSliceID), RangeInclusive<Dimensionless>>;
Expand description
A map indicating activity limits for a Process
throughout the year.
The value is calculated as availability multiplied by time slice length. The limits are given as ranges, depending on the user-specified limit type and value for availability.
Aliased Typeยง
struct ProcessActivityLimitsMap { /* private fields */ }