# 控制曲线分段插值参数

## 一般描述

在两对或多对值之间进行插值的控制曲线参数。

返回值根据当前存储空间在一对值之间进行线性插值。第一对用于最大值和第一控制曲线之间，下一对用于第一控制曲线和第二控制曲线之间，依此类推，直到最后一对控制曲线和最小值之间使用最后一对控制曲线。每对中的第一个值是位于上方的值，第二个值是位于下方位置的值。 [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>storage node 将控制曲线与 “是” 控制进行比较</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: 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/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/parameters/control-curve-parameters/control-curve-piecewise-interpolated-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.
