# Узел агрегированного хранения

## Общее описание

The **Узел агрегированного хранилища** представляет собой агрегированную сумму других [Хранение](/waterstrategy/russkii/osnovy-modelirovaniya/node-types/water-storage/storage-node.md) узлы

Этот объект должен вести себя как *Хранение* путем возврата тока *течь*, *объем* а также *текущий\_шт.*. Однако этот объект нельзя подключить к другим в сети. [API Справка](https://pywr.github.io/pywr-docs/master/api/generated/pywr.nodes.AggregatedStorage.html).

Примечания: Этот узел нельзя подключить к другим узлам сети.

## Основные атрибуты

<table><thead><tr><th width="180.33333333333331">Имя</th><th width="318">Описание</th><th>Требуется</th></tr></thead><tbody><tr><td>модель</td><td>Экземпляр `Модель`</td><td>Требуется</td></tr><tr><td>имя</td><td>ул.</td><td>Требуется</td></tr><tr><td>узлы_хранилища</td><td>The <em>Хранение</em> объекты, общая сумма которых должна быть возвращена</td><td>Требуется</td></tr></tbody></table>

## Примеры

скоро...


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/russkii/osnovy-modelirovaniya/node-types/water-storage/aggregatedstorage-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
