OmniGraph Node omni.graph.action.FlipFlop

omni.graph.action.FlipFlop Properties

Name

Value

Version

1

Extension

omni.graph.action

Icon

ogn/icons/omni.graph.action.FlipFlop.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Flip Flop

__categories

graph:action,flowControl

Generated Class Name

OgnFlipFlopDatabase

Python Module

omni.graph.action

omni.graph.action.FlipFlop Description

This node alternates activating its outputs, starting with A

omni.graph.action.FlipFlop Inputs

Name

Type

Default

Required?

Descripton

inputs:execIn

execution

None

Y

The input execution

uiName

Execute In

omni.graph.action.FlipFlop Outputs

Name

Type

Default

Required?

Descripton

outputs:a

execution

None

Y

Executed on the 1st and odd numbered triggers

uiName

Execute A

outputs:b

execution

None

Y

Executed on the even number triggers

uiName

Execute B

outputs:isA

bool

None

Y

Set to true when a is activated

uiName

Is A