# Parametro dell'indice aggregato

## Descrizione generale

Una raccolta di IndexParameters

Questa classe si comporta come un set. I parametri possono essere aggiunti o rimossi da esso. Il suo indice è l'indice dei suoi parametri secondari aggregati utilizzando una funzione di aggregazione (ad esempio sum). [API Riferimento](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.AggregatedIndexParameter.html)

## Attributi

| Nome                      | Descrizione                      | Richiesto |
| ------------------------- | -------------------------------- | --------- |
| agg\ \_func               |                                  |           |
| bambini                   |                                  |           |
| commento                  | commento: unicode                |           |
| doppia\_taglia            | doppia\_dimensione: 'int'        |           |
| numero intero\_dimensione | numero intero\_dimensione: 'int' |           |
| è\_variabile              | è\_variabile: 'bool'             |           |
| modello                   |                                  |           |
| nome                      |                                  |           |
| parametri                 | parametri: elenco                |           |
| genitori                  |                                  |           |
| taglia                    |                                  |           |

## Esempio

presto in arrivo...

```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/italiano/nozioni-di-base-sulla-modellazione/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.
