> 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/italiano/nozioni-di-base-sulla-modellazione/parameters/control-curve-parameters/control-curve-interpolated-parameter.md).

# Parametro interpolato della curva di controllo

## Descrizione generale

Un parametro della curva di controllo che interpola tra tre o più valori.

I valori restituiti vengono interpolati linearmente tra le curve di controllo, con il primo e l'ultimo valore rispettivamente 100% e 0%. [API Riferimento](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.control_curves.ControlCurveInterpolatedParameter.html)

## Attributi

. \_curve

<table><thead><tr><th width="158">Nome</th><th width="473">Descrizione</th><th>Richiesto</th><th></th></tr></thead><tbody><tr><td>archiviazione_node</td><td></td><td></td><td></td></tr><tr><td>Un nodo <em>di archiviazione</em> opzionale che può essere utilizzato per interrogare il volume percentuale corrente</td><td></td><td></td><td></td></tr><tr><td>Controllo</td><td>Sì</td><td>Gli oggetti Parameter da utilizzare come curve di controllo</td><td>sì</td></tr><tr><td>valori</td><td>Un elenco di valori da restituire corrispondenti alle curve di controllo. La lunghezza dell'elenco deve essere 2 + len (control)_(curve)</td><td>Sì</td><td></td></tr><tr><td>parametri</td><td>Se <em>i valori</em> sono <em>None</em>, <em>i parametri</em> possono specificare un oggetto <em>Parameter</em> da utilizzare in ciascuna delle curve di controllo. Il numero di parametri deve essere 2 + len (control)_curve)</td><td>sì</td><td></td></tr></tbody></table>

## Esempio

presto in arrivo...

```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/italiano/nozioni-di-base-sulla-modellazione/parameters/control-curve-parameters/control-curve-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.
