Exec Switch
A switch node that will enable the left side or right side depending on the input
Installation
To use this node enable omni.graph.examples.python in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec In (inputs:execIn) |
|
Signal to the graph that this node is ready to be executed. |
None |
Switch (inputs:switch) |
|
Enables right value if greater than 0, else left value |
False |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec Left Out (outputs:execLeftOut) |
|
If ‘Switch’ is less than or equal to 0, signal to the graph that execution can continue downstream on this path. |
None |
Exec Right Out (outputs:execRightOut) |
|
If ‘Switch’ is greater than 0, signal to the graph that execution can continue downstream on this path. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.examples.python.ExecSwitch |
Version |
1 |
Extension |
omni.graph.examples.python |
Has State? |
False |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
usd |
uiName |
Exec Switch |
Categories |
examples |
Generated Class Name |
OgnExecSwitchDatabase |
Python Module |
omni.graph.examples.python |