# Perfil semanal de Scenario

## Descripción general

Parámetro que proporciona un perfil semanal por escenario

Este parámetro proporciona un perfil anual repetido con una resolución semanal. Se devuelve un perfil diferente para cada miembro de un escenario determinado. [API Referencia](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.ScenarioWeeklyProfileParameter.html)

## Atributos

<table><thead><tr><th width="158">Nombre</th><th width="409">Descripción</th><th>Necesario</th></tr></thead><tbody><tr><td>escenario</td><td>Objeto de escenario sobre el que se deben proporcionar diferentes perfiles</td><td>Sí</td></tr><tr><td>valora</td><td>La longitud de la primera dimensión debe ser igual al número de miembros del objeto de escenario y la longitud de la segunda dimensión debe ser 52</td><td>Sí</td></tr></tbody></table>

## Ejemplo

próximamente...

```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/espanol/conceptos-basicos-de-modelado/parameters/time-series-and-profiles/scenario-weekly-profile.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.
