finesse.analysis.actions.SensingMatrixDCSolution.display

SensingMatrixDCSolution.display(dofs=None, readouts=None, tablefmt='html', floatfmt='.2G')[source]

Displays a HTML table of the sensing matrix.

Parameters

dofs : iterable[str], optional

Names of degrees of freedom to show, defaults to all if None

readouts : iterable[str], optional

Names of readouts to show, defaults to all if None

Notes

Only works when called from an IPython environmeny with the display method available.