capacity¶
Provides functionality for handling a request format capacity.
-
class
data_formats.request_format.capacity.Capacity(capacity_request: dict)[source]¶ A wrapper for a request format capacity.
-
domain¶ The domain of the capacity.
-
lower_bound¶ The lower bound of the capacity as a float.
-
name¶ The name of the capacity.
-
upper_bound¶ The lower bound of the capacity as a float.
-