PyTuflow: Difference between revisions

Content deleted Content added
No edit summary
Line 39:
|-
|rowspan='1'|<b>channels ()</b>
|rowspan='1'|Returns a list of all the channels IDs in the results
|''list'' Channel IDs
|-
Line 112:
|''float'' Maximum Value
|-
|rowspan='31'|<b>name ()</b>
|rowspan='31'|Returns the name of the result
|''str'' Name
|-
|rowspan='1'|<b>nodeCount ()</b>
|rowspan='1'|Returns the total number of nodes in the results
|''int'' Count
|-
|rowspan='1'|<b>nodeDownstream (</b> ''str'' Channel ID <b>)</b>
|rowspan='1'|Returns the name of the downstream node of a given channel
|''str'' Node ID
|-
|rowspan='1'|<b>nodeResultTypes (</b> ''str'' Channel ID <b>)</b>
|rowspan='1'|Returns a list of all the available result types for nodes
|''list'' Result Types
|-
|rowspan='1'|<b>nodes ()</b>
|rowspan='1'|Returns a list of all the node IDs in the results
|''list'' Node IDs
|-
|rowspan='1'|<b>nodeUpstream (</b> ''str'' Channel ID <b>)</b>
|rowspan='1'|Returns the name of the upstream node of a given channel
|''str'' Node ID
|-
|rowspan='1'|<b>poCount ()</b>
|rowspan='1'|Returns the name of the upstream node of a given channel
|''str'' Node ID
|-
|}