finesse.components.readout

A components sub-module containing classes for detecting intensity fluctuations at a physical point in a model.

These Readout components essentially describe baseband and broadband detectors such as DC and RF demodulated photodiodes typically used in optical experiments.

Classes

ReadoutDC(*args, **kwargs)

A Readout component which represents a photodiode measuring the intensity of some incident field.

ReadoutDCOutputs(readout)

ReadoutDetectorOutput(*args, **kwargs)

A placeholder element that represents a detector output generated by a Readout element.

ReadoutOutputs()

ReadoutRF(*args, **kwargs)

A readout component which represents a demodulated photodiode.

ReadoutRFOutputs(readout)

ReadoutWorkspace