Tutorial Python Node: Internal States
This is a tutorial node. It makes use of internal state information to continuously increment an output.
Installation
To use this Node, you must enable omni.graph.tutorials
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
overrideValue |
|
Value to use instead of the monotonically increasing internal one when ‘override’ is true |
0 |
override |
|
When true get the output from the overrideValue, otherwise use the internal value |
False |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
monotonic |
|
Monotonically increasing output, set by internal state information |
0 |