{ "cells": [ { "cell_type": "markdown", "id": "badc1237", "metadata": {}, "source": [ "(needle_comb_reserve_capability)=\n", "# needle_comb_reserve_capability\n", "An object describing different types of reserve delivery capabilities for a single needle_combination on a pelton generator.\n", "\n", "| | |\n", "|---|---|\n", "|Input connections|{ref}`needle_combination`|\n", "|Output connections|{ref}`needle_combination`|\n", "|License|SHOP_RESERVE_GROUP|\n", "|Release version|14.4.0.0|\n", "\n", "```{contents}\n", ":local:\n", ":depth: 1\n", "```\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "## Attributes" ] }, { "cell_type": "code", "execution_count": 1, "id": "0aa3a1c5", "metadata": { "tags": [ "remove-input", "full-width" ] }, "outputs": [ { "data": { "text/html": [ "
\n", "\n" ], "text/plain": [ "" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from IPython.core.display import HTML\n", "HTML(\"\"\"
\n", "\n", "\"\"\")" ] }, { "cell_type": "markdown", "id": "6c6a8094", "metadata": {}, "source": [ "(needle_comb_reserve_capability:reserve_type_name)=\n", "### reserve_type_name\n", "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)\n", "\n", "\n", "(needle_comb_reserve_capability:p_extended)=\n", "### p_extended\n", "Defines an extended production limit for delivering this reserve type. It should be higher than the maximum needle_combination production for upward reserves or below the minimum needle_combination production for downward reserves. (xUnit: NO_UNIT, yUnit: MW)" ] } ], "metadata": { "jupytext": { "text_representation": { "extension": ".md", "format_name": "myst", "format_version": 0.13, "jupytext_version": "1.13.8" } }, "kernelspec": { "display_name": "Python 3", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.9" }, "source_map": [ 11, 36, 48 ] }, "nbformat": 4, "nbformat_minor": 5 }