# Numpy 数组节点提供的比率记录器

## 一般描述

记录来自 a 的供应流量比率的时间序列 *节点。* 该类存储仿真每个时间步来自特定节点的供应比率。使用内存视图将数据保存在内部。数据可以通过以下方式访问 *数据* 属性或 \_到\_dataframe () \_ 方法。[ API 参考资料](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.NumpyArrayNodeSuppliedRatioRecorder.html)

```
供应_比率 = 实际_流量/max_flow
```

## 属性

<table><thead><tr><th width="155">姓名</th><th width="395">描述</th><th>必填项</th></tr></thead><tbody><tr><td>模型</td><td></td><td></td></tr><tr><td>节点</td><td>要记录的节点实例</td><td>可选</td></tr><tr><td>时间的_AGG_func</td><td>计算每个场景的值时随时间推移使用的聚合函数。例如，这可以用来返回仿真中的中流量。有关场景的聚合，请参阅 <em>agg_func</em> 关键字参数</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/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/recorders/deficit-recorders/numpy-array-node-supplied-ratio-recorder.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.
