# VirtualStorage Node

## 一般描述

这个 **VirtualStorage node** 是一个虚拟存储单元。 [API 参考资料](https://pywr.github.io/pywr-docs/master/api/generated/pywr.nodes.VirtualStorage.html)。

注意事项：

待办事项：目前不考虑成本属性。参见问题 #242。

## 主要属性

e

<table><thead><tr><th width="180.33333333333331">姓名</th><th width="318">描述</th><th>必填项</th></tr></thead><tbody><tr><td>分配罚款</td><td>通过节点的单位流量成本</td><td>可选</td></tr><tr><td>节点</td><td>影响存储量的流入/流出节点列表</td><td>必填项</td></tr><tr><td>分钟_volum</td><td>允许存储器达到的最小容量</td><td>可选</td></tr><tr><td>的最大容量_卷</td><td>存储空间的最大容量</td><td>必填项，如果未输入，则默认为 0</td></tr><tr><td>初始体积</td><td>初始存储量</td><td>一个是必填的</td></tr><tr><td>因素</td><td>节点流量乘以的因素列表。正面因素将水从储藏室中排出，负面因素将其排出。</td><td>可选</td></tr></tbody></table>

## 例子

即将推出...


---

# 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/node-types/water-storage/virtualstorage-node.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.
