# انڈیکسڈ ایری پیرامیٹر

## عمومی تفصیل

پیرامیٹر جو پیرامیٹرز کی ایک سلسلے کو انڈیکس کرنے کے لئے ایک انڈیکس پیرامیٹر استعمال

اس پیرامیٹر کا ایک مثال استعمال موجودہ طلب کی بچت کی سطح (ایک کے ذریعہ حساب کتاب) کی بنیاد پر ڈیمانڈ سیونگ فیکٹر (بطور فلوٹ) واپس کرنا ہے *انڈیکس پیرامیٹر*). [API حوالہ](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.IndexedArrayParameter.html#pywr.parameters.IndexedArrayParameter)

## خصوصیات

<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>کے قابل تکرار <em>پیرامیٹرز</em> یا تیرتا ہے</td><td>جی ہاں</td></tr></tbody></table>

## مثال

```
{
	“قسم”: “indexedarrayparameter”,
	“index_parameter”: “ذخائر کنٹرول منحنی منحنی”,
	“پیرامز”: [
		1۔
		__۱۲۳۴۵۶۷۸۹۰__۰__۹،
		__۱۲۳۴۵۶۷۸۹۰__۰__۸،
		۰۸۱۲۳۴۵۶۷۸۹۰__۰۰۰۵
	]
}

```

مندرجہ بالا کوڈ 'ریزروائر کنٹرول کروی' نامی پیرامیٹر کے ذریعہ فراہم کردہ انڈیکس کا استعمال کرتا ہے، جو ایک ہے [کنٹرول کرو انڈیکس پیرامیٹر.](https://water-strategy.gitbook.io/water-strategy/modelling-fundamentals/parameters/control-curve-index-parameter) انڈیکس 0 ایک 1 واپس کرتا ہے، انڈیکس 2 واپس کرتا ہے 0.9 وغیرہ...

اس مثال میں یہ پیرامیٹر ذخائر کنٹرول منحنی کی بنیاد پر طلب کو کم کرنے کے لئے استعمال کیا جاتا ہے۔ براہ کرم جائیں [مجموعی پیرامیٹر کی مثال](https://water-strategy.gitbook.io/water-strategy/modelling-fundamentals/parameters/aggregated-parameter#example) یہ دیکھنے کے لئے کہ یہ کیسے کیا جاتا ہے۔

براہ کرم دیکھیں کہ ریزروائر کنٹرول کرو پیرامیٹر کی وضاحت


---

# 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/ardw/ma-lng-ky-bnyad/parameters/array-based-parameters/indexed-array-parameter.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.
