# Indexparameter-Recorder für Zeitschrittzähler

## Allgemeine Beschreibung

Notieren Sie für jedes Szenario, wie oft ein Indexparameter einen Schwellenwert überschreitet.

Dieser Rekorder zählt die Anzahl der Zeitschritte, sodass er täglich zählt, wenn er mit einem täglichen Zeitschritt läuft. [API Referenz](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.TimestepCountIndexParameterRecorder.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>Einstellung</td><td>Der aufzuzeichnende Parameter</td><td>Erforderlich</td></tr><tr><td>Schwelle</td><td>Der Schwellenwert, mit dem der Parameter verglichen werden soll</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/timestep-count-index-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.
