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.

annual_maintenance_cost

The annual maintenance cost of the storage

capacity

Return the capacity of the storage.

charge_efficiency

The charge efficiency of the storage.

cost

The cost of the storage.

decay

The decay of the storage.

discharge_efficiency

The discharge efficiency of the storage.

fixed_capital_cost

The fixed capital cost of the storage

lifetime

The life time in years of the storage.

max_charge

The maximum charge of the storage.

max_discharge

The maximum discharge of the storage.

min_state

The minimum state of charge of the storage.

name

Return the name of the storage.

stream

The stream that this storage holds.