finesse.model.Model.network

property Model.network

The directed graph object containing the optical configuration as a networkx.DiGraph instance.

The network stores Node instances as nodes and Space instances as edges, where the former has access to its associated component via Node.component.

See the NetworkX documentation for further details and a reference to the data structures and algorithms within this module.

Getter

Returns the directed graph object containing the configuration (read-only).