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

int64

Value to use instead of the monotonically increasing internal one when ‘override’ is true

0

override

bool

When true get the output from the overrideValue, otherwise use the internal value

False

Outputs

Name

Type

Description

Default

monotonic

int64

Monotonically increasing output, set by internal state information

0