# Еженедельный профиль сценария

## Общее описание

Параметр, обеспечивающий еженедельный профиль для каждого сценария

Этот параметр обеспечивает повторяющийся годовой профиль с еженедельным разрешением. Для каждого участника данного сценария возвращается свой профиль. [API Справка](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.ScenarioWeeklyProfileParameter.html)

## Атрибуты

<table><thead><tr><th width="158">Имя</th><th width="409">Описание</th><th>Требуется</th></tr></thead><tbody><tr><td>сценарий</td><td>Объект сценария, для которого должны быть предоставлены разные профили</td><td>Да</td></tr><tr><td>ценности</td><td>Длина 1-го измерения должна равняться количеству элементов в объекте сценария, а длина второго измерения должна быть равна 52</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/russkii/osnovy-modelirovaniya/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.
