Graph

class ospx.graph.Graph

Bases: object

Class providing methods to generate a visual dependency graph of a system’s components and its connections.

__init__()

Methods

__init__()

generate_dependency_graph(case)

Generate a dependency graph of the system structure as pdf, for documentation.

static generate_dependency_graph(case: OspSimulationCase) None

Generate a dependency graph of the system structure as pdf, for documentation.

Note: This requires graphviz to be installed on the local machine