# Enregistreur de paramètres Timestep Count Index

## Description générale

Enregistrez le nombre de fois qu'un paramètre d'indice dépasse un seuil pour chaque scénario.

Cet enregistreur comptera le nombre de pas de temps et sera donc un compte quotidien lorsqu'il fonctionne sur un pas de temps quotidien. [API Référence](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.TimestepCountIndexParameterRecorder.html)

## Attributs

<table><thead><tr><th width="155">Nom</th><th width="395">Descriptif</th><th>Nécessaire</th></tr></thead><tbody><tr><td>modèle</td><td>Modèle PYWR.Core.Model</td><td>Facultatif</td></tr><tr><td>paramètre</td><td>Le paramètre à enregistrer</td><td>Nécessaire</td></tr><tr><td>seuil</td><td>Seuil auquel comparer le paramètre</td><td>Facultatif</td></tr></tbody></table>

## Exemple

à venir...

\`\`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/francais/bases-de-la-modelisation/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.
