# Parametro offset

## Descrizione generale

Parametro che ne compensa un altro *Parametro* con un valore costante.

Questa classe è una versione più efficiente di *Parametro aggregato* dove un singolo *Parametro* è compensato da un valore costante. [API Riferimento](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.OffsetParameter.html)

## Attributi

misura dimensione variabile ottimizzazione (superiore)\_legami

<table><thead><tr><th width="191">Nome</th><th width="437">Descrizione</th><th>Richiesto</th><th></th><th></th></tr></thead><tbody><tr><td>bambini</td><td></td><td></td><td></td><td></td></tr><tr><td>commento</td><td>commento: unicode</td><td></td><td></td><td></td></tr><tr><td>raddoppiare_</td><td>doppia_dimensione: 'int'</td><td></td><td></td><td></td></tr><tr><td>intero_</td><td>intera_dimensione: 'int'</td><td></td><td></td><td></td></tr><tr><td>è_</td><td>è_variabile: 'bool'</td><td></td><td></td><td></td></tr><tr><td>modello</td><td></td><td></td><td></td><td></td></tr><tr><td>nome</td><td></td><td></td><td></td><td></td></tr><tr><td>compensare</td><td>L'offset da applicare al valore restituito da <em>parametro</em></td><td></td><td></td><td></td></tr><tr><td>parametro</td><td>Il parametro da confrontare con il float</td><td></td><td></td><td></td></tr><tr><td>inferiore_</td><td></td><td></td><td></td><td></td></tr><tr><td>limiti</td><td>I limiti inferiori dell'offset se utilizzati durante l'</td><td></td><td>I limiti superiori dell'offset se utilizzati durante l'ottimizzazione</td><td></td></tr><tr><td>genitori</td><td></td><td></td><td></td><td></td></tr><tr><td>taglia</td><td></td><td></td><td></td><td></td></tr></tbody></table>

## Esempio

presto in arrivo...

```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/italiano/nozioni-di-base-sulla-modellazione/parameters/combining-multiple-parameters/offset-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.
