finesse.components.node.OpticalNode¶
Overview
- class finesse.components.node.OpticalNode(name, port, direction)[source]¶
 Bases:
NodeRepresents a specific optical port connection at a component.
OpticalNodes also have additional physical properties such as the beam parameter (of type
BeamParam) at the nodes’ position within the interferometer.- Parameters
 - namestr
 Name of the optical node.
- port
Port The port that this node belongs to.
- direction
NodeDirection True if the field at this node is going into the component.
Properties
The opposite direction node.  | 
|
Beam parameter value at this node.  | 
|
Beam parameter value in the tangential plane.  | 
|
Beam parameter value in the sagittal plane.  | 
|
A reference to the   | 
Methods
  | 
|
Returns the opposite direction of a node from either a Node object or a full string name qualifier for a node, component.port.direction l1.p1.o.  |