isGated {flowWorkspace}R Documentation

The flags of gate nodes gh_pop_is_gated checks if a node is already gated gh_pop_is_negated checks if a node is negated. gh_pop_is_hidden checks if a node is hidden.

Description

The flags of gate nodes gh_pop_is_gated checks if a node is already gated gh_pop_is_negated checks if a node is negated. gh_pop_is_hidden checks if a node is hidden.

Usage

isGated(obj, y)

gh_pop_is_gated(obj, y)

isNegated(obj, y)

gh_pop_is_negated(obj, y)

isHidden(obj, y)

gh_pop_is_hidden(obj, y)

gh_pop_is_bool_gate(obj, y)

Arguments

obj

GatingHierarchy

y

node/gating path

...

not used


[Package flowWorkspace version 3.34.1 Index]