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.

property domain

The domain of the capacity.

property lower_bound: float | None

The lower bound of the capacity as a float.

property name: str

The name of the capacity.

property upper_bound: float | None

The lower bound of the capacity as a float.