# Enregistreur de stockage à volume minimum

## Description générale

Indiquez si un *Rangement* le nœud tombe en dessous d'un seuil de volume particulier lors d'une simulation.

Cet enregistreur renverra une valeur de *1.0* pour les scénarios où le volume *Rangement* est inférieur ou égal au seuil à tout moment de la simulation. Dans le cas contraire, il retournera zéro. [API Référence](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.MinimumThresholdVolumeStorageRecorder.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>nœud</td><td>Le nœud à 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/statistical-recorders/minimum-threshold-volume-storage-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.
