Sequence
Outputs an execution pulse along each of its N outputs in sequence. For every single input execution pulse, each and every output will be exclusively enabled in order. ‘Output 0’ is provided by default. To add more to the sequence add new output attributes with indexed unique names, such as ‘outputs:output1’, ‘outputs:output2’, etc.
Installation
To use this node enable omni.graph.action_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Execute In (inputs:execIn) |
|
Signal to the graph that this node is ready to be executed. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Output0 (outputs:output0) |
|
Signal to the graph that execution can continue downstream. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.action.Multisequence |
Version |
2 |
Extension |
omni.graph.action_nodes |
Icon |
ogn/icons/omni.graph.action.Multisequence.svg |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Sequence |
Categories |
graph:action,flowControl |
Generated Class Name |
OgnMultisequenceDatabase |
Python Module |
omni.graph.action_nodes |