finesse.analysis.actions.SensingMatrixDCSolution¶
Overview
- class finesse.analysis.actions.SensingMatrixDCSolution[source]¶
Bases:
finesse.solutions.base.BaseSolutionSensing matrix DC solution.
The raw sensing matrix information can be accessed using the SensingMatrixDCSolution.out member. This is a complex-valued array with dimensions (DOFs, Readouts), which are accessible via SensingMatrixDCSolution.dofs and SensingMatrixDCSolution.readouts.
A table can be printed using
SensingMatrixDCSolution.display().Polar plot can be generated using
SensingMatrixDCSolution.plot()Printing
SensingMatrixDCSolutionwill show an ASCII table of the data.
Methods
|
Displays a HTML table of the sensing matrix. |
|
Generates a sensing matrix table. |
|