AggregatedStorage Node

General Description

The AggregatedStorage node is an aggregated sum of other Storage nodes

This object should behave like Storage by returning current flow, volume and current_pc. However this object can not be connected to others within the network. API Reference.

Notes: This node can not be connected to other nodes in the network.

Primary Attributes

Name
Description
Required

model

`Model` instance

Required

name

str

Required

storage_nodes

The Storage objects which to return the sum total of

Required

Examples

coming soon...

Last updated