# Enregistreur de paramètres de l'indice de comptage annuel

## Description générale

Enregistrez le nombre d'années pendant lesquelles un IndexParameter est supérieur ou égal à un seuil. [API Référence](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.AnnualCountIndexParameterRecorder.html#pywr.recorders.AnnualCountIndexParameterRecorder)

## Attributs

<table><thead><tr><th width="175">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>nom</td><td>Le nom de l'enregistreur</td><td>Facultatif</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/index-recorders/annual-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.
