# Speicherrekorder für Mindestschwellenvolumen

## Allgemeine Beschreibung

Notieren Sie, ob ein *Aufbewahrung* Ein Knoten unterschreitet während einer Simulation einen bestimmten Lautstärkeschwellenwert.

Dieser Rekorder gibt einen Wert von zurück *1.0* für Szenarien, in denen die Lautstärke *Aufbewahrung* ist in einem beliebigen Zeitschritt während der Simulation kleiner oder gleich dem Schwellenwert. Andernfalls wird Null zurückgegeben. [API Referenz](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.MinimumThresholdVolumeStorageRecorder.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>Knoten</td><td>Der aufzuzeichnende Knoten</td><td>Erforderlich</td></tr><tr><td>Name</td><td>Der Name des Rekorders</td><td>Fakultativ</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/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.
