get_output_as_nparray#

ToneToNoiseRatioForOrdersOverTime.get_output_as_nparray()#

Get TNR data in a tuple of NumPy arrays.

Returns:
tuple
  • First element: tone-to-noise ratio data over time for the requested orders. Each column corresponds to the TNR over time, in dB, for each requested order in order_list.

  • Second element: time scale associated with the output tone-to-noise ratios.

  • Third element: RPM over time profile corresponding to the TNR over time.

Return type:

tuple[ndarray]