Connectors¶
Space¶
-
space¶
s Represents a space between two components in the interferometer configuration, with a given length and index of refraction.
- Syntax:
s name portA=none portB=none L=0.0 nr=1.0 user_gouy_x=none user_gouy_y=none
- Optional:
name
: Name of newly created space. If not specified, a name is automatically generated.portA
,portB
: Ports to connect.L
: Geometric length of newly createdSpace
instance; defaults to 0.nr
: Index of refraction of newly createdSpace
instance; defaults to 1.0.user_gouy_x
,user_gouy_y
: User-defined gouy phase to override the calculated value.
Nothing¶
-
nothing¶
Represents an empty point in the interferometer configuration.
- Syntax:
nothing name
- Required:
name
: Name of newly created nothing.