finesse.gaussian.BeamParam.w¶
- property BeamParam.w¶
The radius of the beam, , in metres.
Computed as,
where is the complex beam parameter (given by
BeamParam.q
), is the beam wavelength (given byBeamParam.wavelength
), is the refractive index of the associated medium (given byBeamParam.nr
) and is the Rayleigh range (given byBeamParam.zr
, orBeamParam.imag
).Hint
Use
BeamParam.beamsize()
to compute the beam size as a function of any of the above dependent arguments.- Getter
Returns the radius, often denoted as “beam-size”, of the beam. Read-only.