← control_flow package
Sequential
Ensure that the paths wired into the node are evaluated in a specified order.
Note that the Sequential node does not have a single output, but there are as many outputs as there are inputs. This node is intentionally kept trivial and mainly occurs implicitly in graphs that are automatically generated (e.g., lambda graphs with loose ends). See also NWayPassthrough for a node with more user and quality of life options.
Version 1.0.0
Ports/Properties
data1
Input 1 to evaluate.
- verbose name
- Data1
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data2
Input 2 to evaluate.
- verbose name
- Data2
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data3
Input 3 to evaluate.
- verbose name
- Data3
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data4
Input 4 to evaluate.
- verbose name
- Data4
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data5
Input 5 to evaluate.
- verbose name
- Data5
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data6
Input 6 to evaluate.
- verbose name
- Data6
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data7
Input 7 to evaluate.
- verbose name
- Data7
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data8
Input 8 to evaluate.
- verbose name
- Data8
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data9
Input 9 to evaluate.
- verbose name
- Data9
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data10
Input 10 to evaluate.
- verbose name
- Data10
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data11
Input 11 to evaluate.
- verbose name
- Data11
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data12
Input 12 to evaluate.
- verbose name
- Data12
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data13
Input 13 to evaluate.
- verbose name
- Data13
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data14
Input 14 to evaluate.
- verbose name
- Data14
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data15
Input 15 to evaluate.
- verbose name
- Data15
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data16
Input 16 to evaluate.
- verbose name
- Data16
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data17
Input 17 to evaluate.
- verbose name
- Data17
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data18
Input 18 to evaluate.
- verbose name
- Data18
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
data19
Input 19 to evaluate.
- verbose name
- Data19
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
elidable
If True, the node will be elided when instantiated in graph mode. The result is a graph with loose ends, but the ends have been added to the graph in sequential order (and thus will evaluate in that order).
- verbose name
- Elidable
- default value
- True
- port type
- BoolPort
- value type
- bool (can be None)
data0
Input 0 to evaluate; defunct.
- verbose name
- Data0
- default value
- None
- port type
- DataPort
- value type
- object (can be None)
- data direction
- INOUT
set_breakpoint
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
- verbose name
- Set Breakpoint (Debug Only)
- default value
- False
- port type
- BoolPort
- value type
- bool (can be None)
User-definable meta-data associated with the node. Usually reserved for technical purposes.
- verbose name
- Metadata
- default value
- {}
- port type
- DictPort
- value type
- dict (can be None)