finesse.detectors.amplitude_detector module
Single-frequency amplitude and phase detector.
- class finesse.detectors.amplitude_detector.AmplitudeDetector(*args, **kwargs)[source]
Bases:
MaskedDetectorRepresents an amplitude detector which calculates the amplitude and phase of light fields at one frequency.
Parameters
- namestr
Name of newly created detector.
- node
Node Node to read output from.
- ffloat
Frequency of light to detect (in Hz).
- nint, optional; default: None
Tangential mode index to probe. Defaults to None such that all fields of the given frequency are summed.
- mint, optional; default: None
Sagittal mode index to probe. Defaults to None such that all fields of the given frequency are summed.
- property f
f : float Frequency of light to detect (in Hz).