AggregatedNode
Last updated
Was this helpful?
Last updated
Was this helpful?
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. .
Notes: This node can not be connected to other nodes in the network.
model
`Model` instance
Required
name
str
Required
storage_nodes
The Node objects which to return the sum total of
Required
coming soon...