> 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/ardw/ma-lng-ky-bnyad/recorders.md).

# ریکارڈرز

اس صفحے میں WaterStrategy میں نیا ریکارڈر بنانے کے عمل اور عام طور پر استعمال ہونے والی PywrRecorder اقسام اور عام طور پر استعمال ہونے والی خصوصیات کا انتخاب بیان کیا گیا ہے۔ بلٹ ان ریکارڈرز کی مکمل فہرست اور ان کی خصوصیات کی مکمل فہرست ہیں [یہاں](https://pywr.github.io/pywr-docs/master/api/pywr.recorders.html).

{% embed url="<https://youtu.be/ZAGU8HQ78to>" %}

## 1. WaterStrategy میں ریکارڈر بنانا

نیٹ ورک کے صفحے میں، 'ریکارڈرز' ٹیب پر کلک کریں:

<figure><img src="/files/5EPrFvl1tO7IU9jALh9E" alt=""><figcaption><p>'ریکارڈرز' ٹیب پر کلک کریں</p></figcaption></figure>

'ریکارڈرز ٹائپ کیٹیگریز' متن کے آگے، '+' بٹن پر کلک کریں اور 'PYWR\ \_RECORDER' کو منتخب کریں:\\

<figure><img src="/files/i6pnnsnWnRmykbFXI1RK" alt=""><figcaption></figcaption></figure>

اپنے ریکارڈر کا نام درج کریں۔ یہ آپ کی پسند کی کوئی چیز ہوسکتی ہے، <mark style="color:red;">**لیکن نیٹ ورک کے اندر منفرد ہونا چاہئے**</mark>**.**

<figure><img src="/files/q8zYzRlAKNiJjGUSfICe" alt=""><figcaption></figcaption></figure>

JSON ایڈیٹر میں ریکارڈر کو پول کریں:

<figure><img src="/files/k5osUxHOTCvkgZFvDum5" alt=""><figcaption></figcaption></figure>

## 2. WaterStrategy میں ریکارڈر ایڈیٹرز

فی الحال، WaterStrategy میں ریکارڈر ان پٹ کرنے کے دو مختلف طریقے ہیں۔...

## 3. نمپیاررینوڈ ریکارڈر

نوڈ سے ٹائمسیریز کی معلومات کے لئے ریکارڈر۔ [API حوالہ](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.NumpyArrayNodeRecorder.html#pywr.recorders.NumpyArrayNodeRecorder)

یہ کلاس کسی سمولیشن کے ہر وقت کے مرحلے کے لئے ایک مخصوص نوڈ سے اسٹورز بہتا ہے۔ ریکارڈر کے نتائج نیٹ ورک ایٹریبیوٹس پینل پر آؤٹ پٹ ہوتے ہیں، اور اس کا نام 'سمولیٹڈ\ \_\ ہے'

### \_\_۱۲۳۴۵۶۷۸۹۰\_\_۰\_\_۱. خصوصیات

<table><thead><tr><th width="196">نام</th><th width="243">تفصیل</th><th>مطلوبہ</th><th>پہلے سے طے شدہ قیمت</th></tr></thead><tbody><tr><td>قسم</td><td>نمپیاررینوڈ ریکارڈر</td><td>جی ہاں</td><td>کوئی نہیں</td></tr><tr><td>نوڈ</td><td>ریکارڈ کرنے کے لئے نوڈ کا نام</td><td>جی ہاں</td><td>کوئی نہیں</td></tr><tr><td>دنیاوی_اے جی جی جی_فنک</td><td></td><td>اختیاری</td><td>ادنی</td></tr><tr><td>اگ_فنک</td><td></td><td>اختیاری</td><td>ادنی</td></tr></tbody></table>

### \_\_۱۲۳۴۵۶۷۸۹۰\_\_۰\_\_۲. مثال

\`\`جسن { “type”: “نمپی آر رینوڈ ریکارڈر”, “node”: “ذخائر 1", “عارضی\_اے جی جی جی\_func”: “مطلب”, “agg\_func”: “مطلب” }

```
```


---

# 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, and the optional `goal` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/ardw/ma-lng-ky-bnyad/recorders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
