# Gesamtfluss-Knotenrekorder

## Allgemeine Beschreibung

Rekorder zur Summierung des Datenflusses für einen Knoten.

Ein Faktor kann bereitgestellt werden, um den Gesamtfluss zu skalieren (z. B. zur Berechnung der Betriebskosten). [API Referenz](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.TotalFlowNodeRecorder.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></td><td></td></tr><tr><td>Name</td><td>Der Name des Rekorders</td><td>Fakultativ</td></tr><tr><td>Knoten</td><td>Liste von <em>pywr.core.node</em> aufzuzeichnende Instanzen</td><td>Fakultativ</td></tr><tr><td>Faktoren</td><td>Liste der Faktoren, die auf jeden Knoten angewendet werden sollen</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/total-flow-node-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.
