OmniGraph Node omni.graph.tutorials.StatePy

omni.graph.tutorials.StatePy Properties

Name

Value

Version

1

Extension

omni.graph.tutorials

Icon

ogn/icons/omni.graph.tutorials.StatePy.svg

Has State?

True

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Tutorial Python Node: Internal States

__categories

tutorials

__language

Python

Generated Class Name

OgnTutorialStatePyDatabase

Python Module

omni.graph.tutorials

omni.graph.tutorials.StatePy Description

This is a tutorial node. It makes use of internal state information to continuously increment an output.

omni.graph.tutorials.StatePy Inputs

Name

Type

Default

Required?

Descripton

inputs:override

bool

False

Y

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

__default

false

inputs:overrideValue

int64

0

Y

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

__default

0

omni.graph.tutorials.StatePy Outputs

Name

Type

Default

Required?

Descripton

outputs:monotonic

int64

0

Y

Monotonically increasing output, set by internal state information

__default

0