finesse.analysis.actions.sensing

Collection of Actions that deal with sensing tasks such as computing sensing matrices, optimising RF readouts, etc.

Classes

CheckLinearity(*locks[, num_points, ...])

An action that shows the relationships between all DOFs and all error signals, to check whether they are related linearly.

CheckLinearitySolution(name[, parent])

GetErrorSignals(*locks[, name])

An action that quickly calculates the current error signals for all or a subset of locks in a model.

GetErrorSignalsSolution(name[, parent])

OptimiseRFReadoutPhaseDC(*args[, d_dof, name])

This optimises the demodulation phase of ReadoutRF elements relative to some DegreeOfFreedom.

OptimiseRFReadoutPhaseDCSolution(name[, parent])

SensingMatrixAC(dofs, readouts[, f, name])

Computes the sensing matrix elements for various degrees of freedom and readouts that should be present in the model.

SensingMatrixDC(dofs, readouts[, d_dof, name])

Computes the sensing matrix elements for various degrees of freedom and readouts that should be present in the model.

SensingMatrixSolution

Sensing matrix solution.