# Mittelwertaufzeichner

## Allgemeine Beschreibung

Notieren Sie den Mittelwert von a *Parameter* während einer Simulation.

Dieser Rekorder kann verwendet werden, um den Mittelwert der von a zurückgegebenen Werte zu verfolgen *Parameter* während einer Modellsimulation. Ein optionaler Faktor kann bereitgestellt werden, um eine lineare Skalierung der Werte anzuwenden. [API Referenz](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.MeanParameterRecorder.html)

## Attribute

<table><thead><tr><th width="155">Name</th><th width="395">Beschreibung</th><th>Erforderlich</th></tr></thead><tbody><tr><td>Modell</td><td>pywr.core.model</td><td>Fakultativ</td></tr><tr><td>Name</td><td>Der Name des Rekorders</td><td>Fakultativ</td></tr><tr><td>Param</td><td>Der aufzuzeichnende Parameter</td><td>Erforderlich</td></tr><tr><td>Faktor</td><td>Skalierungsfaktor für die Werte von <em>Param</em></td><td>Fakultativ</td></tr></tbody></table>

## Beispiel

kommt bald...

```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/deutsch/grundlagen-der-modellierung/recorders/statistical-recorders/mean-parameter-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.
