> 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/control-curve-parameters/control-curve-piecewise-interpolated-parameter.md).

# Параметр с кусочной интерполяцией кривой управления

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

Параметр контрольной кривой, который выполняет интерполяцию между двумя или более парами значений.

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

## Атрибуты

Да»

<table><thead><tr><th width="158">Имя</th><th width="473">Описание</th><th>Требуется</th></tr></thead><tbody><tr><td>место хранения_</td><td></td><td></td></tr><tr><td>узел</td><td>storage node для сравнения контрольной кривой (кривых) с элементом управления «</td><td></td></tr><tr><td>_кривые</td><td>Список параметров, представляющих контрольную кривую (кривые). Обычно это параметры MonthlyProfileParameters или DailyProfileParameters, но это может быть любой параметр, возвращающий значения от 0.0 до 1.0. Если передаются числа с плавающей запятой, они преобразуются в <em>Постоянный параметр</em></td><td>Да</td></tr><tr><td>ценности</td><td>Список пар значений для интерполяции. Длина списка должна быть равна 1 + len (control_curves)</td><td>Да</td></tr><tr><td>минимальный</td><td>Хранилище учитывало нижнюю часть нижней кривой, 0-1 (по умолчанию = 0)</td><td>Да</td></tr><tr><td>максимальная</td><td>Хранилище считалось вершиной верхней кривой, 0-1 (по умолчанию = 1)</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, and the optional `goal` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/russkii/osnovy-modelirovaniya/parameters/control-curve-parameters/control-curve-piecewise-interpolated-parameter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
