finesse.model.Model.network¶
- property Model.network¶
- The directed graph object containing the optical configuration as a - networkx.DiGraphinstance.- The network stores - Nodeinstances as nodes and- Spaceinstances 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).