AggregatedNode

General Description

The AggregatedNode node is an aggregated sum of other Node nodes.

This object should behave like Node by returning current flow. 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 Node objects which to return the sum total of

Required

Examples

coming soon...

Last updated