get_graph_by_path

omni.graph.core.get_graph_by_path(path: str) object

Finds the graph with the given path.

Parameters

path (str) – The path of the graph. For example “/World/PushGraph”

Returns

The omni.graph.core.Graph object of the matching graph, or None if it was not found.