finesse.components.lens.Lens.actuate_f

Lens.actuate_f(dioptres, direction=('x', 'y'))[source]

Actuate on the focal length of the lens with a specified dioptre shift.

Sets the focal length to a new value, f2f_2, via,

f2=1d+1f1,f_2 = \frac{1}{d + \frac{1}{f_1}},

where f1f_1 is the current focal length and dd is the dioptre shift (i.e. the dioptre argument).

By default, both focal planes are shifted. To shift, e.g., only the tangential plane, specify direction="x".

Parameters:
dioptresfloat

Shift in lens focal length in dioptres.

directiontuple or str, optional; default: (“x”, “y”)

Focal plane to shift, defaults to both tangential and sagittal.