# Wöchentliches Profil

## Allgemeine Beschreibung

Das **wöchentliches Profil** enthält 52 Wochen pro Jahr. Die letzte Woche des Jahres hat mehr als 7 Tage, da 365/7 nicht ganz ist.[ API Referenz](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.WeeklyProfileParameter.html)

## Attribute

| Name  | Beschreibung                                                           | Erforderlich |
| ----- | ---------------------------------------------------------------------- | ------------ |
| Art   | wöchentliches Profil                                                   | Ja           |
| Werte | Ein Array von 52 Zahlen, deren Indizes die Tage des Jahres darstellen. | Ja           |

## Beispiel

```json
{
    Typ: 'Wochenprofil',
    Werte: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...]
}
```
