get_global_orchestration_graphs_in_pipeline_stage#

omni.graph.core.get_global_orchestration_graphs_in_pipeline_stage(
pipeline_stage: omni.graph.core._omni_graph_core.GraphPipelineStage,
) List[omni.graph.core._omni_graph_core.Graph]#

Returns a list of the global orchestration graphs that house all other graphs for a given pipeline stage.

Parameters:

pipeline_stage (omni.graph.core.GraphPipelineStage) – The pipeline stage in question

Returns:

A list of the global orchestration graphs in the given pipeline stage

Return type:

list[omni.graph.core.Graph]