--- jupytext: text_representation: extension: .md format_name: myst format_version: 0.13 jupytext_version: 1.13.8 kernelspec: display_name: 'Python 3' name: python3 --- (pump_reserve_capability)= # pump_reserve_capability An object describing different types of reserve delivery capabilities for a pump unit. | | | |---|---| |Input connections|{ref}`pump`| |Output connections|{ref}`pump`| |License|SHOP_RESERVE_GROUP| |Release version|14.4.0.0| ```{contents} :local: :depth: 1 ``` ## Attributes ```{code-cell} ipython3 :tags: ['remove-input', 'full-width'] from IPython.core.display import HTML HTML("""<table id="pump_reserve_capability-table" class="display compact"></table> <script> enableDataTable( "#pump_reserve_capability-table", "/_static/data/pump_reserve_capability-attribute-table.json" ); </script> """) ``` (pump_reserve_capability:reserve_type_name)= ### reserve_type_name The reserve product this reserve capability definition is valid for. Can be either FCR_N_UP/DOWN, FCR_D_UP/DOWN, FRR_UP/DOWN, or RR_UP/DOWN (xUnit: NO_UNIT, yUnit: NO_UNIT) (pump_reserve_capability:p_extended)= ### p_extended Defines an extended production limit for delivering this reserve type. It should be higher than the maximum pump consumption for downward reserves or below the minimum consumption for upward reserves. (xUnit: NO_UNIT, yUnit: MW) (pump_reserve_capability:schedule)= ### schedule A schedule for how much reserve capacity of the specified type that must be delivered on the pump (xUnit: NO_UNIT, yUnit: MW)