PyTuflow: Difference between revisions

Content deleted Content added
Line 18:
'''Methods'''
{|class="wikitable" style="text-align: center;"
!colspan="4" style="background-color:#005581; font-weight:bold; color:white;" width=20%|Methods Method
|! style="background-color:#005581; font-weight:bold; color:white;" width=30%|Description
|! style="background-color:#005581; font-weight:bold; color:white;" width=20%|Inputs
|! style="background-color:#005581; font-weight:bold; color:white;" width=20%|Returns
|-
|rowspan='1'|<b>channelConnectionCount</b>
|<b>Method</b>||<b>Description</b>||<b>Inputs</b></b>||<b>Returns</b>
|rowspan='1'|Returns the number of channels connected to a given node
|str Node ID
|int Count
|-
|rowspan='1'|<b>channelConnectionCountchannelConnections</b>
|rowspan='1'|Returns a list of the channels connected to a given node
|(str) Node ID
|(list) -> str Channel IDsID
|-
|}