> 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/portugues/nocoes-basicas-de-modelagem/recorders/base-recorder/index-parameter-recorder.md).

# Gravador de parâmetros de índice

## Descrição geral

[API Referência](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.IndexParameterRecorder.html)

## Atributos

*func nan usada por alguns algoritmos de otimização Sim, limites*

<table><thead><tr><th width="158">Nome</th><th width="487">Descrição</th><th>Obrigatório</th><th></th></tr></thead><tbody><tr><td>modelo</td><td>pywr.core.model</td><td>sim</td><td></td></tr><tr><td>parâmetro</td><td>O parâmetro a ser gravado</td><td>sim</td><td></td></tr><tr><td>engasgo_</td><td>Função de agregação de cenários a ser usada quando agregada_valor é chamado</td><td>sim</td><td></td></tr><tr><td>nome</td><td>Nome do gravador</td><td>sim</td><td></td></tr><tr><td>comentário</td><td>Comentário ou descrição do gravador</td><td>sim</td><td></td></tr><tr><td>ignorar_</td><td>Sinalizador para ignorar os valores NaN ao chamar <em>agregado_valor</em></td><td>sim</td><td></td></tr><tr><td>é_</td><td></td><td></td><td></td></tr><tr><td>objetivo:</td><td>Bandeira para indicar a direção, se houver, da otimização realizada com este gravador Sim,</td><td>épsilon, distância</td><td>épsilon</td></tr><tr><td>restrição</td><td></td><td></td><td></td></tr><tr><td>_abaixar_limites, restrição_de cima_</td><td><p>Os valores a serem usados para definições de limite inferior e superior. Esses valores determinam se a instância do gravador está marcada como uma restrição. Qualquer limite pode ser <em>Nenhum</em> (o padrão) para desativar o respectivo limite. <em>Se ambos os limites forem Nenhum, então o é_restrição</em> a propriedade retornará <em>Falso</em>. O limite inferior deve ser estritamente menor que o limite superior. Uma restrição de igualdade pode ser criada definindo os dois limites com o mesmo valor.</p><p>Os limites de restrição não são usados durante a simulação do modelo. Em vez disso, eles devem ser usados por invólucros de otimização (ou outras ferramentas externas) para definir problemas de otimização restritos.</p></td><td>sim</td><td></td></tr></tbody></table>

*Exemploem breve...*{}


---

# 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/portugues/nocoes-basicas-de-modelagem/recorders/base-recorder/index-parameter-recorder.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.
