# معلمة المصفوفة المفهرسة

## وصف عام

المعلمة التي تستخدم IndexParameter لفهرسة مجموعة من المعلمات.

أحد الأمثلة على استخدام هذه المعلمة هو إرجاع عامل توفير الطلب (كتعويم) استنادًا إلى مستوى توفير الطلب الحالي (المحسوب بواسطة *معامل الفهرس*). [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،
		0.9،
		0.8،
		0.5
	]
}

```

يستخدم الكود أعلاه الفهرس الذي توفره المعلمة المسماة «منحنى التحكم في الخزان»، وهو [معلمة مؤشر منحنى التحكم.](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/arby/asasyat-alnmthjh/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.
