finesse.paths.OpticalPath¶
Overview
- class finesse.paths.OpticalPath(path)[source]¶
- Bases: - object- Represents a path traversing through optical connections of a - Modelinstance.- The underlying data stored by instances of this class are lists of two-element tuples containing optical nodes and the components that they connect into. This list is formatted as [(from_node, to_comp)] where from_node is an - OpticalNodeinstance and to_comp can be any sub-class instance of- Connector; from_node is then an input node to to_comp.- A handle to the underlying list can be obtained through accessing the property - OpticalPath.data. This is not required for iterating through the path entries however, as this class provides iterator access itself.- Parameters:
- pathlist
- A list of 2-tuples containing the path data; first element stores the - OpticalNode, second element stores the component this node feeds into.
 
 
Properties
| The path data with only the component sequence. | |
| A handle to the underlying path data. | |
| The path data with only the  | |
| This returns the optical path length, i.e. the geometric length of each space scaled by its refractive index. | |
| This returns the physical path length. | |
| The spaces in the optical path. | 
Methods
| 
 | |
| Show the components of the path in a table. |