# Registratore aggregato

## Descrizione generale

Questo Recorder viene utilizzato per aggregare più altri oggetti Recorder.

La classe fornisce un metodo per produrre un registratore aggregato complesso prendendo i risultati di altri record. Il *.valori ()* il metodo raccoglie prima i valori non aggregati dai registratori forniti. Questi vengono quindi aggregati in base allo scenario e restituiti da queste classi *.valori ()* metodo. Questo metodo consente *Registratore aggregato* da usare come registratore per altri *Registratore aggregato* casi.

Per impostazione predefinita, lo stesso *agg\_func* la funzione viene utilizzata per entrambi i passaggi, ma è opzionale *registratore\_agg\_func* può intraprendere una diversa aggregazione tra gli scenari. Ad esempio sommando i registratori per scenario e quindi prendendo una media della somma totale.[ ](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.NumpyArrayNodeCurtailmentRatioRecorder.html)[API Riferimento](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.AggregatedRecorder.html#pywr.recorders.AggregatedRecorder)

## Attributi

*func*

<table><thead><tr><th width="155">Nome</th><th width="395">Descrizione</th><th>Richiesto</th></tr></thead><tbody><tr><td>modello</td><td>Pywr.core.model</td><td>Facoltativo</td></tr><tr><td>registratori</td><td>L'altro <em>registratore</em> istanze su cui eseguire l'aggregazione</td><td>Facoltativo</td></tr><tr><td>agg_</td><td>Funzione di aggregazione degli scenari da utilizzare quando aggregata_valore si chiama (default=» mean»)</td><td>Facoltativo</td></tr><tr><td>registratore_agg_func</td><td>Funzione di aggregazione del registratore da utilizzare quando <em>aggregato_il valore</em> è chiamato (default=`agg_funzione`)</td><td>Facoltativo</td></tr></tbody></table>

*Esempiopresto in arrivo...*{}


---

# 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/recorders/statistical-recorders/aggregated-recorder.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.
