--- jupytext: text_representation: extension: .md format_name: myst format_version: 0.13 jupytext_version: 1.13.8 kernelspec: display_name: 'Python 3' name: python3 --- (plant_reserve_capability)= # plant_reserve_capability An object describing different types of reserve delivery capabilities for the sum of the units in a hydropower plant. | | | |---|---| |Input connections|{ref}`plant`| |Output connections|{ref}`plant`| |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("""
""") ``` (plant_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) (plant_reserve_capability:p_gen_extended)= ### p_gen_extended Defines an extended plant production limit for delivering this reserve type on the generators in the plant. Only has an effect if the value is set lower than the sum of p_extended on the generators in the plant. (xUnit: NO_UNIT, yUnit: MW) (plant_reserve_capability:p_pump_extended)= ### p_pump_extended Defines an extended plant production limit for delivering this reserve type on the pumps in the plant. Only has an effect if the value is set lower than the sum of p_extended on the pumps in the plant. (xUnit: NO_UNIT, yUnit: MW) (plant_reserve_capability:schedule)= ### schedule A schedule for how much reserve capacity of the specified type that must be delivered for all generators and pumps in the plant (xUnit: NO_UNIT, yUnit: MW)