storage

Provides functionality for handling a request format’s storage.

class data_formats.request_format.storage.Storage(storage_request: dict, capacity_request: dict)[source]

A wrapper for a request format storage.

property annual_maintenance_cost: float

The annual maintenance cost of the storage

property capacity: float | str

Return the capacity of the storage.

property charge_efficiency: float

The charge efficiency of the storage.

property cost: float

The cost of the storage.

property decay: float

The decay of the storage.

property discharge_efficiency: float

The discharge efficiency of the storage.

property fixed_capital_cost: float

The fixed capital cost of the storage

property lifetime: float

The life time in years of the storage.

property max_charge: float

The maximum charge of the storage.

property max_discharge: float

The maximum discharge of the storage.

property min_state: float

The minimum state of charge of the storage.

property name: str

Return the name of the storage.

property stream: str

The stream that this storage holds.