finesse.analysis.actions.lti.FrequencyResponseSolution
¶
Overview
- class finesse.analysis.actions.lti.FrequencyResponseSolution[source]¶
Bases:
BaseSolution
A solution from running a
FrequencyResponse
action on a model. This solution contains the frequency vector and potentially multiple input and output transfer function matrix.- Attributes
- farray_like
Frequency vector [Hz]
- inputsarray_like
The input names injected into for this analysis
- outputsarray_like
The output names read out for this analysis
- outarrray_like[dtype=np.complex128]
A matrix of transfer functions for each input to every output over the array of frequencies requested. Depending on which frequency response action was run will decide what shape this output matrix actually is.
Methods
|
|