# Параметр агрегированного индекса

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

Набор параметров индекса

Этот класс ведёт себя как набор. Параметры можно добавлять или удалять из него. Его индекс — это индекс дочерних параметров, агрегированных с помощью функции агрегирования (например, суммы). [API Справка](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.AggregatedIndexParameter.html)

## Атрибуты

| Имя                 | Описание                   | Требуется |
| ------------------- | -------------------------- | --------- |
| тег\ \_func         |                            |           |
| детей               |                            |           |
| комментарий         | комментарий: юникод        |           |
| двухместный\_размер | двойной\_размер: 'int'     |           |
| целое число\_размер | целое число\_размер: 'int' |           |
| это\_переменная     | это\_переменная: 'bool'    |           |
| модель              |                            |           |
| имя                 |                            |           |
| параметры           | параметры: список          |           |
| родители            |                            |           |
| размер              |                            |           |

## Пример

скоро...

```json
{

}
```


---

# 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/parameters/combining-multiple-parameters/aggregated-index-parameter.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.
