# Parâmetro de índice agregado

## Descrição geral

Uma coleção de parâmetros de índice

Essa classe se comporta como um conjunto. Os parâmetros podem ser adicionados ou removidos dele. Seu índice é o índice de seus parâmetros filhos agregados usando uma função de agregação (por exemplo, soma). [API Referência](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.AggregatedIndexParameter.html)

## Atributos

| Nome             | Descrição               | Obrigatório |
| ---------------- | ----------------------- | ----------- |
| agg\ \_func      |                         |             |
| crianças         |                         |             |
| comentário       | comentário: unicode     |             |
| duplo\_tamanho   | duplo\_tamanho: 'int'   |             |
| inteiro\_tamanho | inteiro\_tamanho: 'int' |             |
| é\_variável      | é\_variável: 'bool'     |             |
| modelo           |                         |             |
| nome             |                         |             |
| parâmetros       | parâmetros: lista       |             |
| pais             |                         |             |
| tamanho          |                         |             |

## Exemplo

em breve...

```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/portugues/nocoes-basicas-de-modelagem/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.
