OmniGraph Node omni.graph.examples.python.CountTo

omni.graph.examples.python.CountTo Properties

Name

Value

Version

1

Extension

omni.graph.examples.python

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Count To

__language

Python

Generated Class Name

OgnCountToDatabase

Python Module

omni.graph.examples.python

omni.graph.examples.python.CountTo Description

Example stateful node that counts to countTo by a certain increment

omni.graph.examples.python.CountTo Inputs

Name

Type

Default

Required?

Descripton

inputs:countTo

double

3

Y

The ceiling to count to

__default

3

inputs:increment

double

0.1

Y

Increment to count by

__default

0.1

inputs:reset

bool

False

Y

Whether to reset the count

__default

false

inputs:trigger

double[3]

[0.0, 0.0, 0.0]

Y

Position to be used as a trigger for the counting

__default

[0.0, 0.0, 0.0]

omni.graph.examples.python.CountTo Outputs

Name

Type

Default

Required?

Descripton

outputs:count

double

0.0

Y

The current count

__default

0.0