> For the complete documentation index, see [llms.txt](https://water-strategy.gitbook.io/waterstrategy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://water-strategy.gitbook.io/waterstrategy/russkii/osnovy-modelirovaniya/parameters/others/flow-delay-parameter.md).

# Параметр задержки потока

## Общее описание

Параметр, возвращающий отложенный поток для узла через заданное количество временных шагов или дней. [API Справка](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.FlowDelayParameter.html)

## Атрибуты

<table><thead><tr><th width="158">Имя</th><th width="473">Описание</th><th>Требуется</th></tr></thead><tbody><tr><td>модель</td><td>PYWR. Модель.Модель</td><td>Да</td></tr><tr><td>узел</td><td>Узел, на который нужно отложить</td><td>Да</td></tr><tr><td>временные шаги</td><td>Количество временных шагов для задержки потока</td><td>Да</td></tr><tr><td>дни</td><td>Количество дней, на которые можно задержать поток. Указание количества дней (вместо количества временных шагов) допустимо только в том случае, если количество дней точно делится на длину временного шага модели</td><td>Да</td></tr><tr><td>начальный_поток</td><td>Значение потока, возвращаемое за начальные промежутки времени модели до появления каких-либо отложенных потоков. Это значение постоянно на всех отложенных временных этапах и в любых сценариях модели. По умолчанию 0.0</td><td>Да</td></tr></tbody></table>

## Пример

скоро...

```json
{

}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/russkii/osnovy-modelirovaniya/parameters/others/flow-delay-parameter.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.
