{ "cells": [ { "cell_type": "markdown", "id": "99dc9e31", "metadata": {}, "source": [ "(interlock_constraint)=\n", "# interlock_constraint\n", "Represents a restriction on which gates in a tunnel system that can be open/closed at the same time.\n", "\n", "| | |\n", "|---|---|\n", "|Input connections|{ref}`tunnel`|\n", "|Output connections|{ref}`tunnel`|\n", "|License|SHOP_TUNNEL|\n", "|Release version|13.5.1.a|\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": "3e54873d", "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": "fc1a8aeb", "metadata": {}, "source": [ "(interlock_constraint:min_open)=\n", "### min_open\n", "Minimum limit for how many objects connected to this constraint that can be open simultaneously. (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(interlock_constraint:max_open)=\n", "### max_open\n", "Maximum limit for how many objects connected to this constraint that can be open simultaneously. (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(interlock_constraint:forward_switch_time)=\n", "### forward_switch_time\n", "Minimum number of hours that plant below must be stopped after closing tunnels connected to this constraint. (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(interlock_constraint:backward_switch_time)=\n", "### backward_switch_time\n", "Minimum number of hours that plant below must be stopped after closing tunnels connected from this constraint. (xUnit: NO_UNIT, yUnit: NO_UNIT)" ] } ], "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 }